[gstreamer-bugs] [Bug 338335] New: memleak in gst-utils.c (leak pads from iterator)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 13 04:01:21 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=338335
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: memleak in gst-utils.c (leak pads from iterator)
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Index: gstutils.c
===================================================================
--- gstutils.c  (revision 1629)
+++ gstutils.c  (working copy)
@@ -2903,6 +2903,7 @@
 push_and_ref (GstPad * pad, GstEvent * event)  {
   gst_pad_push_event (pad, gst_event_ref (event));
+  gst_object_unref(pad);
 }

patch by Topi Paavola


-- 
Configure bugmail: http://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