timeoverlay: chain up finalize

Mistakenly forgot to amend this in for !325
This commit is contained in:
Mathieu Duponchelle 2019-08-07 20:18:34 +02:00
parent 90cf991337
commit 79c3304375

View 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