Make sure to null the editor frame after closing
This commit is contained in:
parent
af21c5775d
commit
8a7a223777
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ void PLUGIN_API SfizzVstEditor::close()
|
|||
frame->forget();
|
||||
else
|
||||
frame->close();
|
||||
this->frame = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue