GNOME Bugzilla – Bug 768157
waylandsink : memory leak of gst_wayland_sink_get_caps
Last modified: 2016-06-29 07:23:10 UTC
There are memory leak. I find these memory leak by valgrind tool. Gvalue list and value of gst_wayland_sink_get_caps() are local variable. &value is allocated on heap memory by g_value_set_string() and &list is allocated on heap memory by gst_value_list_append_value(). but these allocated memory is not free after use.
*** This bug has been marked as a duplicate of bug 768158 ***