GNOME Bugzilla – Bug 772501
videorate: Fix memory leak in test code
Last modified: 2016-10-31 14:34:20 UTC
gst_caps_to_string function returned allocated memory. It should be freed using g_free function.
Created attachment 337043 [details] [review] videorate: Fix memory leak in test code
commit fdefa9c1ad5ba9c42e86e059682c3a4fb071b351 Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Thu Oct 6 16:24:05 2016 +0900 videorate: Fix memory leakage in test code gst_caps_to_string function returned allocated memory. So, It should be free using g_free function. https://bugzilla.gnome.org/show_bug.cgi?id=772501