From de31f9eb70726fb295a5abe0e91445e09389b293 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 24 Oct 2013 21:24:03 +1100 Subject: [PATCH] [826/906] upload: free our mutex --- gst-libs/gst/gl/gstglupload.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index a920280b2a..cb4789b5ec 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -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); }