[Script] Free g_shell_parse result.

This commit is contained in:
Dave Davenport 2020-04-05 11:48:03 +02:00
parent c1ac4804c2
commit 5879fd6099
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ static DmenuScriptEntry *get_script_output ( Mode *sw, char *command, char *arg,
}
}
}
g_strfreev ( argv );
return retv;
}