mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnc-icons.c] plug memory leak
This commit is contained in:
parent
cf484bbee9
commit
6bfab011c4
@ -87,6 +87,8 @@ gnc_load_app_icons (void)
|
||||
PINFO ("Path %i: %s", i, path[i]);
|
||||
}
|
||||
|
||||
g_strfreev (path);
|
||||
|
||||
for (i = 0; icon_files[i]; i++)
|
||||
{
|
||||
gchar *file = icon_files[i];
|
||||
|
Loading…
Reference in New Issue
Block a user