nariakiiwatani / ofxNDI

NewTek NDI SDK Wrapper for openFrameworks.
https://ndi.tv/
MIT License
103 stars 19 forks source link

fix receiver crushes on exit #6

Closed 2bbb closed 5 years ago

nariakiiwatani commented 6 years ago

Thank you for reporting! In my first look, a crashing occured from destroying a thread while it's running. If the crash you reporting was same to that, I think the fix will be this.

https://github.com/nariakiiwatani/ofxNDI/commit/abe9742af4d2b846e909b6ec690a155312f5fca9

If not, I need more information about your crash. I couldn't reproduce any other crashing.