GNOME Bugzilla – Bug 561501
g_type_class_ref without unref
Last modified: 2008-11-19 12:19:55 UTC
in gstobject.c gst_object_default_deep_notify (...) there is a call to g_type_class_ref with no matching unref.
Created attachment 123025 [details] [review] add matching unref in gst_object_default_deep_notify(...)
2008-11-19 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Andrew Feren <acferen at yahoo dot com> * gst/gstobject.c: (gst_object_default_deep_notify): Unref the GEnumClass after usage again. Fixes bug #561501.