Free icon dir path name
This commit is contained in:
@@ -81,6 +81,7 @@ _get_icons(void)
|
||||
|
||||
char *icons_dir_s = files_get_config_path(DIR_ICONS);
|
||||
icons_dir = g_string_new(icons_dir_s);
|
||||
free(icons_dir_s);
|
||||
GError *err = NULL;
|
||||
if (!g_file_test(icons_dir->str, G_FILE_TEST_IS_DIR)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user