timeoverlay: chain up finalize
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 7 Aug 2019 18:18:34 +0000 (20:18 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 7 Aug 2019 18:18:34 +0000 (20:18 +0200)
Mistakenly forgot to amend this in for !325

ext/pango/gsttimeoverlay.c

index 74ebeaa..75e1f5a 100644 (file)
@@ -191,6 +191,7 @@ gst_time_overlay_finalize (GObject * gobject)
 
   g_date_time_unref (self->datetime_epoch);
   g_free (self->datetime_format);
+  G_OBJECT_CLASS (parent_class)->finalize (gobject);
 }
 
 static void