mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
debugutils: Fix string memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=758207
This commit is contained in:
parent
3984f7159a
commit
61a8c946ac
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue