Remove previous

pull/1/head
Thomas Adam 2013-02-25 18:25:37 +00:00
parent 2ccb67cae4
commit a2f52d4224
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ cmd_run_shell_exec(struct cmd *self, struct cmd_q *cmdq)
cmdq->references++;
job_run(shellcmd, cmd_run_shell_callback, cmd_run_shell_free, cdata);
free(shellcmd);
if (cdata->bflag)
return (CMD_RETURN_NORMAL);