VST3: Fix another potential crash when removing a plugin
This commit is contained in:
@@ -1132,6 +1132,7 @@ VST3PI::terminate ()
|
||||
|
||||
if (_controller && controller_is_component == false) {
|
||||
_controller->terminate ();
|
||||
_controller->release ();
|
||||
}
|
||||
|
||||
_component->release ();
|
||||
|
||||
Reference in New Issue
Block a user