Ye olde playhead crash - fixed
git-svn-id: svn://localhost/ardour2/trunk@1540 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -105,11 +105,10 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
||||
unlike Ringbuffer::read()
|
||||
*/
|
||||
|
||||
RequestObject req (*vec.buf[0]);
|
||||
i->second->increment_read_ptr (1);
|
||||
request_buffer_map_lock.unlock ();
|
||||
do_request (&req);
|
||||
do_request (vec.buf[0]);
|
||||
request_buffer_map_lock.lock ();
|
||||
i->second->increment_read_ptr (1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user