mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 03:15:49 +01:00
Elliott Sales de Andrade
d17edde568
Fix possible leak of transitive dependency name.
If a transitive dependency appears twice, the original pointer will be removed from the hash table. Since these names were created by g_strsplit, they need to be freed, or they will leak.
Description
Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Languages
C
95.3%
Python
2.4%
Meson
1.3%
Objective-C
0.3%
Shell
0.2%
Other
0.5%