[gnc-icons.c] plug memory leak

This commit is contained in:
Christopher Lam 2021-03-01 22:45:21 +08:00
parent cf484bbee9
commit 6bfab011c4

View File

@ -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];