Closed ycaibb closed 3 years ago
Thanks. Fixed. It was in practice a no-op though, and could never have causes any real problems as far as I could see. The only problem in the code was that out of memory during program startup was not properly handled.
OK,thank you for your explanation!
Hi, developers, thank you for your checking. It seems the lock
vrb->increase_lock
is not released correctly whendas_buffer==NULL
in the functionvringbuffer_increase_writer1
?https://github.com/kmatheussen/jack_capture/blob/e2c0c3d25fce0a13f3f18c622079cd29178af7f8/vringbuffer.c#L129-L139