Memory Leak in basic Gstreamer pipeline code.
Arun Raghavan
arun at arunraghavan.net
Mon Oct 24 10:09:22 UTC 2016
On Mon, 24 Oct 2016, at 03:16 PM, Shrishty Deorari wrote:
> Hi,
> I also tried with valgind using the follwoing command:
> G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck
> --leak-check=full --num-callers=40 --log-file=valgrind.log ./gstapp
>
> Where gstapp is my executable.
>
> I have attached the valgrind logs.
> I can see that the memory leak is happening at 3 places:
> While creating the plugins and somewhere in GLIB.
> Please check line number : 4769, 4787,5510.
Those seem to be static initialisation (like the rest of the things in
the log).
Regards,
Arun
More information about the gstreamer-devel
mailing list