locaal-ai / obs-localvocal

OBS plugin for local speech recognition and captioning using AI
https://obsproject.com/forum/resources/localvocal-live-stream-ai-assistant.1769/
GNU General Public License v2.0
554 stars 42 forks source link

Fix model downloader crash on shutdown #155

Closed palana closed 3 months ago

palana commented 3 months ago

download_thread and download_worker are automatically being deleted when they were finished, leaving dangling pointers; accessing those pointers from the destructor of ModelDownloader causes OBS to crash for me on shutdown (or alternatively hang on shutdown with no visible windows)

Additionally, ModelDownloader was only being deleted at shutdown; with this it's instead deleted after it's closed