GNOME Bugzilla – Bug 776789
avidemux: fix memory leak in usage of gst_pad_template_new() API
Last modified: 2017-01-03 11:59:38 UTC
Created attachment 342742 [details] [review] Fixed memory leak in usage of gst_pad_template_new() API The last argument to gst_pad_template_new() is not freed. Added gst_caps_unref() to free the allocated memory. Please review the attached patch.
Thanks for the patch! commit a2d02300f81ac8080dad9c8421686b9605d3abc1 Author: Garima Gaur <garima.g@samsung.com> Date: Tue Jan 3 10:12:30 2017 +0530 avidemux: fix some caps leaks https://bugzilla.gnome.org//show_bug.cgi?id=776789