Merge pull request #562 from jpcima/vst-editor

Make sure to null the editor frame after closing
This commit is contained in:
JP Cimalando 2020-11-24 01:39:20 +01:00 committed by GitHub
commit 28fd7ac8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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