Files
obs-studio/plugins
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
..
2022-08-30 09:00:44 +00:00
2022-07-31 23:40:53 +00:00
2022-08-30 09:00:44 +00:00
2022-08-17 04:22:50 +00:00
2022-08-30 09:00:44 +00:00