actually, its the call to jack_ringbuffer_free src/output-jackc:196
out:
if (a->ringbuf != NULL)
jack_ringbuffer_free(a->ringbuf);if jack_ringbuffer_free is commented out it'll run, and leak no doubt :) but somethings going wrong there -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

