https://bugs.freedesktop.org/show_bug.cgi?id=95348

Arun Raghavan <a...@accosted.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darwish...@gmail.com

--- Comment #1 from Arun Raghavan <a...@accosted.net> ---
(In reply to Sachin Kumar Chauhan from comment #0)
> In src\pulsecore\memtrap.c, a pointer aupdate is allocated memory using
> pa_aupdate_new() but pa_aupdate_free() is never called to free the memory.
> 
> Is the alloted memory being leaked ?

This is one-time statically allocated memory and is not freed until the program
exits. That is why you don't see an explicit free.

That said, it might be possible (and even desirable) to not have this code path
executed in the memfd case. CC'ing Ahmed Darwish to see if he has something to
add there.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to