[Bug 725918] [PATCH] chain up to parent dispose and finalize methods

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 7 12:42:27 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725918
  GStreamer | gst-editing-services | git

--- Comment #1 from Dan Williams <dcbw at redhat.com> 2014-03-07 21:05:17 UTC ---
Also, one more to do:

diff --git a/ges/ges-project.c b/ges/ges-project.c
index dfb2497..5a9c500 100644
--- a/ges/ges-project.c
+++ b/ges/ges-project.c
@@ -408,15 +408,15 @@ ges_project_class_init (GESProjectClass * klass)
   _signals[ERROR_LOADING_ASSET] =
       g_signal_new ("error-loading-asset", G_TYPE_FROM_CLASS (klass),
       G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GESProjectClass, loading_error),
       NULL, NULL, g_cclosure_marshal_generic,
       G_TYPE_NONE, 3, G_TYPE_ERROR, G_TYPE_STRING, G_TYPE_GTYPE);

   object_class->dispose = _dispose;
-  object_class->dispose = _finalize;
+  object_class->finalize = _finalize;

   GES_ASSET_CLASS (klass)->extract = ges_project_extract;
 }

 static void
 ges_project_init (GESProject * project)
 {

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