[Gstreamer-bugs] [Bug 139958] New: - Leak in avidemux

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Apr 13 11:59:16 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=139958
GStreamer | gst-plugins | Ver: 0.8.0

           Summary: Leak in avidemux
           Product: GStreamer
           Version: 0.8.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: sc5 at hermes.usherb.ca
         QAContact: gstreamer-maint at bugzilla.gnome.org


Caps are leaked in the avidemux.  They should be freed in gst_avi_demux_reset().

for (i = 0; i < avi->num_streams; i++) {
    g_free (avi->stream[i].strh);
    gst_element_remove_pad (GST_ELEMENT (avi), avi->stream[i].pad);
    gst_caps_free (avi->stream[i].caps);     
  }

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list