opusdec: Fix memory leak in test code
authorJimmy Ohn <yongjin.ohn@lge.com>
Thu, 6 Oct 2016 07:16:30 +0000 (16:16 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 6 Oct 2016 10:29:22 +0000 (13:29 +0300)
commit6335a074e2078ad7e926338df849e4335378c6cc
treebc2f7fffc6b305ddf6b0328dd5748142fcf6fb48
parentfdefa9c1ad5ba9c42e86e059682c3a4fb071b351
opusdec: Fix memory leak in test code

gst_caps_to_string function returned allocated memory.
So, It should be free using g_free function.

https://bugzilla.gnome.org/show_bug.cgi?id=772500
tests/check/elements/opus.c