From: Jan Schmidt Date: Tue, 6 Mar 2007 18:16:10 +0000 (+0000) Subject: gst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the... X-Git-Tag: RELEASE-0_10_3~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b333511364c0796d395b4235571db2fc9a8c1e4f;p=platform%2Fupstream%2Fgst-common.git gst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the CD-ROM device is not accessible. Original commit message from CVS: * gst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the CD-ROM device is not accessible. --- diff --git a/ChangeLog b/ChangeLog index c7e116c..f8047e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-06 Jan Schmidt + + * gst.supp: + Add a suppression for libcdio 0.76. It leaks an internal struct + when the CD-ROM device is not accessible. + 2007-02-28 Thomas Vander Stichele * m4/gst-arch.m4: diff --git a/gst.supp b/gst.supp index 2ad59c1..edcfc80 100644 --- a/gst.supp +++ b/gst.supp @@ -715,3 +715,16 @@ fun:pthread_create@@GLIBC_2.1 } +{ + + Memcheck:Leak + fun:calloc + obj:/usr/lib/libcdio.so.6.0.1 + fun:cdio_open_am_linux + obj:/usr/lib/libcdio.so.6.0.1 + fun:cdio_open_am + fun:gst_cdio_cdda_src_open +} + + +