mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fixes a double mutex unlock for Linux VSTs
This commit is contained in:
parent
43f3c0e0f2
commit
83c5750f0b
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue