test: fix leak in video overlay composition unit test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Mar 2012 12:35:23 +0000 (13:35 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Mar 2012 12:35:23 +0000 (13:35 +0100)
commit3242f5586195d20855563e922deaa1aad45ad3dd
tree6bbbe0cb958145d9ef0b4d3356fef846ee70b671
parent35a17ac152a3563875624988eb94d3209aa19e80
test: fix leak in video overlay composition unit test

gst_buffer_set_qdata() will leak the structure passed to it
when called incorrectly (e.g. on a non-metadata-writable buffer).
This is expected, but we must avoid doing that in valgrind.
gst-libs/gst/video/video-blend.c
tests/check/libs/video.c