<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Le mardi 13 d&#233;cembre 2011 &#224; 16:43 +0530, Umakant Goyal a &#233;crit&nbsp;:<BR>
<BLOCKQUOTE TYPE=CITE>
    Hi All,<BR>
    <BR>
    I am initializing the GStreaming using gst_init (NULL, NULL) API and then deinit the same using gst_deinit () API.<BR>
    I run my binary using valgrind and found that Leak Summary of Valgrind showing lot of <B>possibly lost</B> and <B>still reachable</B> in Gstreamer.&nbsp; Below Sharing the some logs of valgrind:<BR>
</BLOCKQUOTE>
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.<BR>
<BR>
Nicolas
</BODY>
</HTML>