[Bug 735099] New: found few pointers not handled properly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 20 21:04:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735099
  GStreamer | gst-devtools | 1.x

           Summary: found few pointers not handled properly
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-devtools
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: anuj.jaiswal at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In gst-validate.c :
tmp = g_strdup_printf ("get-%s-pad", type); 
allocates memory to tmp so this should be unref after use, and the other one is
*err. 
I guess one more place for *output_file requires to freed??

-- 
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