effectv: Chain up finalize to the parent class in warptv
Fixes a memory leak.
This commit is contained in:
parent
e382514818
commit
c5b420068a
@ -244,6 +244,8 @@ gst_warptv_finalize (GObject * object)
|
|||||||
warptv->offstable = NULL;
|
warptv->offstable = NULL;
|
||||||
g_free (warptv->disttable);
|
g_free (warptv->disttable);
|
||||||
warptv->disttable = NULL;
|
warptv->disttable = NULL;
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user