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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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