mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[DRun] Fix free
This commit is contained in:
parent
3f577f917a
commit
69c19afcfc
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ static void get_apps_history ( DRunModePrivateData *pd )
|
|||
}
|
||||
g_strfreev ( st );
|
||||
}
|
||||
g_free ( retv );
|
||||
g_strfreev ( retv );
|
||||
pd->history_length = pd->cmd_list_length;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue