GNOME Bugzilla – Bug 784311
gst-inspect: Fix memory leak in print_pad_templates_info
Last modified: 2017-06-29 14:28:03 UTC
gst_static_caps_get function returned allocated memory. So, It should be free using gst_caps_unref.
Created attachment 354659 [details] [review] Fix memory leak in print_pad_templates_info
Thanks: commit a8acba142f95815d93112294e7d2110553aeb62e (HEAD -> master) Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Thu Jun 29 08:30:50 2017 +0900 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