mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
girepository/girmodule: Cleanup the temporary dependencies string
It's used during build phase, as a temporary variable but never freed
This commit is contained in:
parent
6a4f8e5bb7
commit
4cdf53a15c
@ -592,6 +592,7 @@ gi_ir_module_build_typelib (GIIrModule *module)
|
|||||||
g_hash_table_destroy (strings);
|
g_hash_table_destroy (strings);
|
||||||
g_hash_table_destroy (types);
|
g_hash_table_destroy (types);
|
||||||
g_list_free (nodes_with_attributes);
|
g_list_free (nodes_with_attributes);
|
||||||
|
g_free (dependencies);
|
||||||
|
|
||||||
return typelib;
|
return typelib;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user