GNOME Bugzilla – Bug 761108
uvch264_src: Fix caps memory leak
Last modified: 2016-02-17 09:01:08 UTC
v4l_caps and new_caps are being allocated new memory before freeing the old allocation. There is no need to allocate the memory first time as this was never being used and reallocated again.
Created attachment 319715 [details] [review] fix caps memory leak
ping :)
Thanks! commit 9900b08512492355eec6c5530889d74828635da3 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Jan 26 09:34:00 2016 +0900 uvch264_src: Fix caps memory leak v4l_caps and new_caps are being allocated new memory before freeing the old allocation. https://bugzilla.gnome.org/show_bug.cgi?id=761108