From 24fe6adb02f90930d8db36eafc555c94e604f4ae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Aug 2024 05:14:41 +0200 Subject: [PATCH] Amend previous commit --- gtk2_ardour/linux_vst_gui_support.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/linux_vst_gui_support.cc b/gtk2_ardour/linux_vst_gui_support.cc index c321071c57..f2d287c2ea 100644 --- a/gtk2_ardour/linux_vst_gui_support.cc +++ b/gtk2_ardour/linux_vst_gui_support.cc @@ -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;