[Bug 677306] [wavparse] TOC support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 19 11:17:48 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677306
  GStreamer | gst-plugins-good | git

Stefan Sauer (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #219236|none                        |reviewed
             status|                            |

--- Comment #15 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2012-07-19 18:17:43 UTC ---
Review of attachment 219236:
 --> (https://bugzilla.gnome.org/review?bug=677306&attachment=219236)

::: gst/wavparse/gstwavparse.c
@@ +235,3 @@
+  wav->toc = NULL;
+  if (wav->cues)
+    g_list_free (wav->cues);

Doesn't this leak GstWavParseCue entries?

@@ +238,3 @@
+  wav->cues = NULL;
+  if (wav->labls)
+    g_list_free (wav->labls);

Doesn't this leak GstWavParseLabl enttries?

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