mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
formatter: Plug some leaks
This commit is contained in:
parent
b8400f7900
commit
c9e970eb36
1 changed files with 1 additions and 1 deletions
|
@ -433,8 +433,8 @@ _list_formatters (GType * formatters, guint n_formatters)
|
|||
if (tmp_n_types) {
|
||||
/* Recurse as g_type_children does not */
|
||||
_list_formatters (tmptypes, tmp_n_types);
|
||||
g_free (tmptypes);
|
||||
}
|
||||
g_free (tmptypes);
|
||||
|
||||
if (G_TYPE_IS_ABSTRACT (type)) {
|
||||
GST_DEBUG ("%s is abstract, not using", g_type_name (type));
|
||||
|
|
Loading…
Reference in a new issue