mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
timeoverlay: chain up finalize
Mistakenly forgot to amend this in for !325
This commit is contained in:
parent
90cf991337
commit
79c3304375
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ gst_time_overlay_finalize (GObject * gobject)
|
||||||
|
|
||||||
g_date_time_unref (self->datetime_epoch);
|
g_date_time_unref (self->datetime_epoch);
|
||||||
g_free (self->datetime_format);
|
g_free (self->datetime_format);
|
||||||
|
G_OBJECT_CLASS (parent_class)->finalize (gobject);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue