diff options
Diffstat (limited to 'gst/effectv')
-rw-r--r-- | gst/effectv/gstwarp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c index 80c6b828..dae2604b 100644 --- a/gst/effectv/gstwarp.c +++ b/gst/effectv/gstwarp.c @@ -244,6 +244,8 @@ gst_warptv_finalize (GObject * object) warptv->offstable = NULL; g_free (warptv->disttable); warptv->disttable = NULL; + + G_OBJECT_CLASS (parent_class)->finalize (object); } static void |