mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
[RofiIconFetcher] Add missing free
This commit is contained in:
parent
deb1e6a208
commit
4878c5bd13
1 changed files with 2 additions and 0 deletions
|
@ -134,12 +134,14 @@ void rofi_icon_fetcher_init ( void )
|
|||
|
||||
for ( unsigned int i = 0; exts && exts[i]; i ++ ) {
|
||||
rofi_icon_fetcher_data->supported_extensions = g_list_append ( rofi_icon_fetcher_data->supported_extensions, exts[i]);
|
||||
g_info ( "Add image extension: %s", exts[i]);
|
||||
exts[i] = NULL;
|
||||
}
|
||||
|
||||
g_free ( exts );
|
||||
|
||||
}
|
||||
g_slist_free ( l );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue