[DRun] Fix free

This commit is contained in:
Dave Davenport 2016-10-31 17:02:10 +01:00
parent 3f577f917a
commit 69c19afcfc
1 changed files with 1 additions and 1 deletions

View File

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