summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-05-12 16:12:28 +1000
committerJan Schmidt <jan@centricular.com>2017-05-12 16:12:28 +1000
commit3ca00bd2bd2d36f33a1485ece08a4e4ac0a68027 (patch)
tree616f503fee843e8b3c6a9f48b03db84bf166325c
parent3852b7577024b3a1b9e88085e6133538b9045660 (diff)
downloadgstreamer-plugins-bad-3ca00bd2bd2d36f33a1485ece08a4e4ac0a68027.tar.gz
Revert "gldisplay: fix list leak"
This reverts commit e2a5fb79e02235bbcaa1818a814fafba9eda9ffd. The windows patch for GstGLDisplay was never cherry-picked. I guess noone has built the 1.10 branch in a few days
-rw-r--r--gst-libs/gst/gl/gstgldisplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c
index 6e451b2a5..c0942a7bb 100644
--- a/gst-libs/gst/gl/gstgldisplay.c
+++ b/gst-libs/gst/gl/gstgldisplay.c
@@ -162,7 +162,6 @@ gst_gl_display_finalize (GObject * object)
g_free (l->data);
}
- g_list_free (display->windows);
g_list_free (display->priv->contexts);
G_OBJECT_CLASS (gst_gl_display_parent_class)->finalize (object);