debugutils: Fix string memory leak

https://bugzilla.gnome.org/show_bug.cgi?id=758207
This commit is contained in:
Vineeth TM 2015-11-17 09:17:58 +09:00 committed by Thiago Santos
parent 3984f7159a
commit 61a8c946ac

View file

@ -244,6 +244,7 @@ debug_dump_pad (GstPad * pad, const gchar * color_name,
(param_name ? param_name : ""), style_name);
}
g_free (param_name);
g_free (pad_name);
}