tests: fix the tag test
authorStefan Sauer <ensonic@users.sf.net>
Mon, 5 Oct 2015 19:29:49 +0000 (21:29 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 5 Oct 2015 19:29:49 +0000 (21:29 +0200)
commit5b3cbbc4941f4705ccccf6b8139b95935cfc47a2
treeac9f69e67126ed8060d7a775358ce868509d3a25
parente8d0b019b33284eba03e737154f6c526bc7e6b66
tests: fix the tag test

The previous change (see bgo #756069) was causing us to free the same pointer
multiple times. If we actually get a sample back, the test fails, no need to
free anything in that case.
tests/check/gst/gsttag.c