[Bug 690223] New: valgrind shows multiple memory leaks on init/deinit even using gst.supp.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 14 12:16:19 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=690223
  GStreamer | gstreamer (core) | 1.0.3

           Summary: valgrind shows multiple memory leaks on init/deinit
                    even using gst.supp.
    Classification: Platform
           Product: GStreamer
           Version: 1.0.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: swestrup at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: 2.27/2.28


Created an attachment (id=231590)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=231590)
Failed unit-test log showing valgrind output.

I have a program that consists of just:

int main(int argc, char *argv[])
  {
    gst_init(&argc,&argv);
    gst_deinit();
    return 0;
  }

When I run this under valgrind, even using the latest gst.supp, I get 59 error,
making it difficult to check for my own memory leaks in my code.

Am I doing something wrong here, and if so, is the right way to do it
documented anywhere?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list