[Bug 755716] structure-parser: leaks internal lists
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Sep 28 01:03:06 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755716
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #312266|none |reviewed
status| |
--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 312266:
--> (https://bugzilla.gnome.org/review?bug=755716&attachment=312266)
::: ges/ges-structure-parser.c
@@ -37,1 +38,1 @@
- for (tmp = ((GESStructureParser *) self)->structures; tmp; tmp = tmp->next)
{
+ for (tmp = parser->structures; tmp; tmp = tmp->next) {
g_list_free_full in this case :)
--
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