obs-studio/plugins/obs-vst
PatTheMav e0f1f95c7a obs-vst: Fix crash on macOS when no VST bundle was loaded
When loading a function from the bundle fails, the binary is unloaded
and the reference is released, but the pointer itself is not reset -
thus the check in the unload function will succeed and try to unload
an invalid bundle reference.

Similar to Linux and Windows, the pointer needs to be explicitly set
to a null pointer to ensure this check fails.
2022-09-21 11:05:01 -04:00
..
data/locale Update translations from Crowdin 2022-07-31 23:40:53 +00:00
headers obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
linux obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
mac obs-vst: Fix crash on macOS when no VST bundle was loaded 2022-09-21 11:05:01 -04:00
vst_header obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
win obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
CMakeLists.txt obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
EditorWidget.cpp obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00
obs-vst.cpp obs-vst: Allow fetching source properties without source 2022-09-21 11:05:01 -04:00
VSTPlugin.cpp obs-vst: Remove submodule in favour of direct merge 2/2 2022-07-26 22:12:23 -04:00