[826/906] upload: free our mutex

This commit is contained in:
Matthew Waters 2013-10-24 21:24:03 +11:00
parent 160fad22c0
commit de31f9eb70

View file

@ -452,6 +452,8 @@ gst_gl_upload_finalize (GObject * object)
upload->context = NULL;
}
g_mutex_clear (&upload->lock);
G_OBJECT_CLASS (gst_gl_upload_parent_class)->finalize (object);
}