[Bug 755505] ges: trivial leakages

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 24 00:39:08 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755505

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #311999|none                        |rejected
             status|                            |

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 311999:
 --> (https://bugzilla.gnome.org/review?bug=755505&attachment=311999)

::: ges/ges-timeline-element.c
@@ -263,1 +263,3 @@
   G_OBJECT_CLASS (ges_timeline_element_parent_class)->finalize (self);
+
+  if (object_name_counts)

Looks wrong, that is a static global counter which should be kept alive for the
whole duration of the process and be cleared only on ges_deinit (which I do not
remember whether it exists or not :))

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