tests/gst-launch: Fix sample memory leak
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 5 Oct 2015 02:12:47 +0000 (11:12 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 5 Oct 2015 11:08:30 +0000 (12:08 +0100)
commit456ef2aa1d912a8af5283907d2ffb8ca51481c2a
tree440237fc100aa72a1b80b7e2f89ddfe73ae85238
parent3e8ef4cf5a41e26836f0a5a8cb3ddaa5e55f1524
tests/gst-launch: Fix sample memory leak

When sample is got using gst_tag_list_get_sample_index, it should
be free'd.

https://bugzilla.gnome.org/show_bug.cgi?id=756069
tests/check/gst/gsttag.c
tools/gst-launch.c