mpeg2enc: also clear initialized mutex and cond

This commit is contained in:
Mark Nauwelaerts 2012-03-14 17:48:40 +01:00
parent cb6b590b0c
commit 0a8a8aac52

View file

@ -152,6 +152,8 @@ gst_mpeg2enc_finalize (GObject * object)
delete enc->options;
g_queue_free (enc->time);
g_mutex_clear (&enc->tlock);
g_cond_clear (&enc->cond);
G_OBJECT_CLASS (parent_class)->finalize (object);
}