mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
VST3: explicitly release GUI resources
This commit is contained in:
parent
48037dc545
commit
fe73d03809
1 changed files with 1 additions and 0 deletions
|
|
@ -2144,6 +2144,7 @@ VST3PI::close_view ()
|
|||
}
|
||||
_view->removed ();
|
||||
_view->setFrame (0);
|
||||
_view->release ();
|
||||
_view = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue