mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
VST3: Fix another potential crash when removing a plugin
This commit is contained in:
parent
02c03a36be
commit
6e89df412a
1 changed files with 1 additions and 0 deletions
|
|
@ -1132,6 +1132,7 @@ VST3PI::terminate ()
|
|||
|
||||
if (_controller && controller_is_component == false) {
|
||||
_controller->terminate ();
|
||||
_controller->release ();
|
||||
}
|
||||
|
||||
_component->release ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue