Excised some more halloc

This commit is contained in:
ridiculousfish
2012-01-29 23:22:42 -08:00
parent 8d016040ab
commit 316f81119f
10 changed files with 27 additions and 30 deletions

View File

@@ -554,7 +554,7 @@ static void launch_process( process_t *p )
res[i+1] = 0;
p->set_argv(res);
p->actual_cmd = sh_command;
p->actual_cmd = wcsdup(sh_command);
res_real = wcsv2strv( (const wchar_t **) res);