[gstreamer-bugs] [Bug 333345] [lame] fix some memory leaks

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 15 05:44:14 PST 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=333345
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60628|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.3




------- Comment #2 from Tim-Philipp Müller  2006-03-15 13:44 UTC -------
Thanks, committed:

 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Christophe Fergeau  <teuf gnome org>

        * ext/lame/gstlame.c: (gst_lame_release_memory),
        (gst_lame_finalize), (gst_lame_class_init),
        (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
        (gst_lame_change_state):
          Fix some memory leaks (#333345), use GST_DEBUG_FUNCPTR more often.

with the following minor modifications:
  - moved the gst_object_unref() added in sink_setcaps() after the
    GST_ELEMENT_ERROR macro, as the object is still used as first arg
  - used gst_pad_new_from_static_template()


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