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)
committerMatthew Waters <matthew@centricular.com>
Tue, 13 Oct 2015 22:55:47 +0000 (09:55 +1100)
commit5b30a8e9b23578ea5c7a327d6bb8307f9b7de63f
treeb49931532eea5a6b319dc6940567e415f4f88d31
parenta6d89901feefcd29ec7eafeb54a37b8950f706f0
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