mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-15 12:20:03 +01:00
fix leak in EDL never beeing freed (affects samples), free memory on exit, fix default parameter value in negation fx, fixes to libvevo, drop finalize in libvevo, clean up some warnings, added some FIXMEs
This commit is contained in:
@@ -1319,6 +1319,7 @@ int
|
||||
JACK_Open(int *deviceID, unsigned int bits_per_channel, unsigned long *rate,
|
||||
int channels)
|
||||
{
|
||||
//FIXME: memory allocated not freed if opening jack fails (ringbuffer etc)
|
||||
/* we call through to JACK_OpenEx(), but default the input channels to 0 for better backwards
|
||||
compatibility with clients written before recording was available */
|
||||
return JACK_OpenEx(deviceID, bits_per_channel,
|
||||
|
||||
Reference in New Issue
Block a user