Amend previous commit

This commit is contained in:
Robin Gareus
2024-08-28 05:14:41 +02:00
parent 84a3d0c559
commit 24fe6adb02

View File

@@ -783,7 +783,7 @@ vstfx_launch_editor (VSTState* vstfx)
void
vstfx_destroy_editor (VSTState* vstfx)
{
assert (!gui_quit);
assert (0 == gui_state);
pthread_mutex_lock (&vstfx->lock);
if (vstfx->linux_window) {
vstfx->destroy = TRUE;