VST3: Fix another potential crash when removing a plugin

This commit is contained in:
Robin Gareus
2020-10-01 23:39:59 +02:00
parent 02c03a36be
commit 6e89df412a

View File

@@ -1132,6 +1132,7 @@ VST3PI::terminate ()
if (_controller && controller_is_component == false) {
_controller->terminate ();
_controller->release ();
}
_component->release ();