GNOME Bugzilla – Bug 776076
Fix caps memory leak from pad template creation
Last modified: 2016-12-14 08:22:17 UTC
Created attachment 341933 [details] [review] Fixed memory leak in usage of gst_caps_from_string API Fixed memory leak in usage of gst_caps_from_string() API. gst_caps_from_string() returns a newly allocated GstCaps which need to be freed after the usage. Applied Fix: Added gst_caps_unref() to free the allocated memory.
commit 9be02ccb2acf0271347dca3e693b13cf9d02c50f Author: Garima Gaur <garima.g@samsung.com> Date: Wed Dec 14 13:10:18 2016 +0530 sys: Fix caps memory leak from pad template creation https://bugzilla.gnome.org/show_bug.cgi?id=776076