mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
effectv: Chain up finalize to the parent class in warptv
Fixes a memory leak.
This commit is contained in:
parent
e382514818
commit
c5b420068a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue