Dear Rohan,
Here is a script i'm using to clean up the glib false positive leaks:
<i>export G_SLICE=always-malloc
export G_DEBUG=gc-friendly
export GLIBCPP_FORCE_NEW=1
export GLIBCXX_FORCE_NEW=1
SUPP="--suppressions=glibc-2.3.supp
--suppressions=gst.supp"
OPTS="-v --trace-children=yes --track-fds=yes --time-stamp=yes --tool=memcheck
--leak-check=full --leak-resolution=high --freelist-vol=10000000 --show-reachable=yes
--num-callers=40 ${SUPP}"
GOTO="> result.txt 2>&1"
valgrind $OPTS $* > result.txt 2>&1</i>
<a href="http://gstreamer-devel.966125.n4.nabble.com/file/t377496/glibc-2.supp" target="_top" rel="nofollow" link="external">glibc-2.supp</a>
<a href="http://gstreamer-devel.966125.n4.nabble.com/file/t377496/gst.supp" target="_top" rel="nofollow" link="external">gst.supp</a>
Hope it helps.
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>