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();
|
frame->forget();
|
||||||
else
|
else
|
||||||
frame->close();
|
frame->close();
|
||||||
|
this->frame = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue