gloverlaycompositor: Also free the texcoord GL buffer
authorMatthew Waters <matthew@centricular.com>
Tue, 5 Mar 2019 13:59:35 +0000 (00:59 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 6 Mar 2019 01:08:04 +0000 (01:08 +0000)
commit13fc711ecaaf0cd7bf8cf3b2140c67f7ccd3859c
treeb1cc14e7bb6abed239d6a4c316189798905be919
parent8d1122013bf86aac2c3e4192e7e5e04f4b9ca853
gloverlaycompositor: Also free the texcoord GL buffer

Fix a typo that was attempting to free the position GL buffer twice
(without any consequences as there was a if (buffer) check)

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/561
gst-libs/gst/gl/gstgloverlaycompositor.c