gst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Mar 2007 18:16:10 +0000 (18:16 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 6 Mar 2007 18:16:10 +0000 (18:16 +0000)
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.

ChangeLog
gst.supp

index c7e116c..f8047e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * 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  <thomas at apestaart dot org>
 
        * m4/gst-arch.m4:
index 2ad59c1..edcfc80 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:pthread_create@@GLIBC_2.1
 }
 
+{
+   <libcdio 0.76 leak>
+   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
+}
+
+
+