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>
Wed, 7 Oct 2015 18:04:04 +0000 (19:04 +0100)
commit501b96ef117fc1b41fa77b14bbfc424c9a86eb27
treeecae858e0adc2f54bbe493b26e44405b629d2049
parentc792de843a3f10c1a1766b9bbfa498350c530eae
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