From: Matthew Waters Date: Fri, 20 Sep 2013 01:55:36 +0000 (+1000) Subject: [815/906] fix some refcount errors X-Git-Tag: 1.19.3~511^2~1989^2~1739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bec88ea28d936aac69cc8db2925b57f7edac3d5;p=platform%2Fupstream%2Fgstreamer.git [815/906] fix some refcount errors --- diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index d6837fe..ae89168 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -94,6 +94,8 @@ _ensure_window (GstGLContext * context) window = gst_gl_window_new (context->priv->display); gst_gl_context_set_window (context, window); + + gst_object_unref (window); } static void