gl: fix leak in gst_gl_insert_debug_marker()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 13 Oct 2015 10:40:04 +0000 (12:40 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:09 +0000 (19:32 +0000)
commit01e1046dbc5c6fde93e827f049061e397cc13cb8
treeba08e138d17d7b2ba7551c16095089ba86df2daf
parent5890c51bd316c72dbf1902c296cce65fd87024f3
gl: fix leak in gst_gl_insert_debug_marker()

The string allocated by g_vasprintf() was leaked.

Reproduced using the
validate.file.compositor.simple.play_15s.synchronized validate scenario.

https://bugzilla.gnome.org/show_bug.cgi?id=756492
gst-libs/gst/gl/gstgldebug.c