How to Remove Memory Leak

Nicolas Dufresne nicolas.dufresne at collabora.co.uk
Tue Dec 13 06:50:16 PST 2011


Le mardi 13 décembre 2011 à 16:43 +0530, Umakant Goyal a écrit :

> Hi All,
> 
> I am initializing the GStreaming using gst_init (NULL, NULL) API and
> then deinit the same using gst_deinit () API.
> I run my binary using valgrind and found that Leak Summary of Valgrind
> showing lot of possibly lost and still reachable in Gstreamer.  Below
> Sharing the some logs of valgrind:

When using valgrind on GStreamer you should add the option
--suppressions=gstreamer/common/gst.supp . This file is in the common
directory of each Gstreamer repositories (a git submodule). This file
contains description of false positives shown by valgrind.

Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111213/f9f27b9a/attachment.htm>


More information about the gstreamer-devel mailing list