mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02: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:
committed by
Philip Withnall
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user