[gstreamer-bugs] [Bug 573288] [mpegtsdemux] memory leak when pusi is missed due to packet lost

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 26 12:09:55 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=573288

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #2 from vanista  2009-02-26 20:10 UTC -------
Looking back at the code I just noticed there are 2 more exit points to this
function :

124:  g_return_val_if_fail (filter != NULL, FALSE);

138:    if (filter->section_length > 1021) {
139:      GST_DEBUG ("section length too big");
140:      return FALSE;
141:    }

Maybe a goto label should be used to handle all these exceptions.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=573288.




More information about the Gstreamer-bugs mailing list