effectv: Chain up finalize to the parent class in warptv

Fixes a memory leak.
This commit is contained in:
Sebastian Dröge 2009-07-16 17:10:21 +02:00
parent e382514818
commit c5b420068a

View file

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