Make sure to null the editor frame after closing

This commit is contained in:
Jean Pierre Cimalando 2020-11-24 01:35:42 +01:00
parent af21c5775d
commit 8a7a223777

View file

@ -79,6 +79,7 @@ void PLUGIN_API SfizzVstEditor::close()
frame->forget();
else
frame->close();
this->frame = nullptr;
}
}