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:
Marco Trevisan (Treviño) 2024-05-10 17:37:59 +02:00 committed by Philip Withnall
parent 6a4f8e5bb7
commit 4cdf53a15c

View File

@ -592,6 +592,7 @@ gi_ir_module_build_typelib (GIIrModule *module)
g_hash_table_destroy (strings);
g_hash_table_destroy (types);
g_list_free (nodes_with_attributes);
g_free (dependencies);
return typelib;
}