mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
mpeg2enc: also clear initialized mutex and cond
This commit is contained in:
parent
cb6b590b0c
commit
0a8a8aac52
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue