Closed odknt closed 1 year ago
I couldn't find any code using libpulse
in your repository, but I'll just share the issue I have had with libpulse and memory leaks a while back. Maybe it helps. If not, ignore this. :)
For every call to a libpulse function that returns
*pa_operation
, you have to have a call topa_operation_unref()
, otherwise you'll be leaking memory.
The issue was related to PulseAudio's ALSA interface, but has not been confirmed at this time, so it has been closed.
Currently debug build output the following error on exit.
I have no idea why the memory leak.