From 83c5750f0b8b86a72b54a6c7a1ec809288690e65 Mon Sep 17 00:00:00 2001 From: Mathias Buhr Date: Thu, 27 Aug 2015 23:53:45 +0200 Subject: Fixes a double mutex unlock for Linux VSTs --- gtk2_ardour/linux_vst_gui_support.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk2_ardour/linux_vst_gui_support.cc') diff --git a/gtk2_ardour/linux_vst_gui_support.cc b/gtk2_ardour/linux_vst_gui_support.cc index c54430c4e6..19671c8ad7 100644 --- a/gtk2_ardour/linux_vst_gui_support.cc +++ b/gtk2_ardour/linux_vst_gui_support.cc @@ -669,10 +669,6 @@ int vstfx_create_editor (VSTState* vstfx) XSendEvent(LXVST_XDisplay, parent_window, FALSE, NoEventMask, (XEvent*)&event); - /*Unlock - and we are done for the first part of staring the Editor...*/ - - pthread_mutex_unlock (&vstfx->lock); - return 0; } -- cgit v1.2.3