gst-inspect: Fix memory leak in print_pad_templates_info
authorJimmy Ohn <yongjin.ohn@lge.com>
Wed, 28 Jun 2017 23:30:50 +0000 (08:30 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 29 Jun 2017 14:26:36 +0000 (15:26 +0100)
commita8acba142f95815d93112294e7d2110553aeb62e
tree2ec802c4e3c830412bc75e73fe276b18917c6d69
parenta405aedde83316ced6d173a678c25ba61c89b303
gst-inspect: Fix memory leak in print_pad_templates_info

gst_static_caps_get function returned allocated memory.
So, It should be free using gst_caps_unref.

https://bugzilla.gnome.org/show_bug.cgi?id=784311
tools/gst-inspect.c