sirenenc: fix base class call mixup in finalize
This commit is contained in:
parent
23388f2e64
commit
6cad606ead
@ -156,7 +156,7 @@ gst_siren_enc_finalize (GObject * object)
|
|||||||
Siren7_CloseEncoder (enc->encoder);
|
Siren7_CloseEncoder (enc->encoder);
|
||||||
g_object_unref (enc->adapter);
|
g_object_unref (enc->adapter);
|
||||||
|
|
||||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user