Fix regression of 6dfc25508

We need to remove the temp file now manually.
This commit is contained in:
Georg Baum 2016-07-03 19:41:04 +02:00
parent c7bfa7d341
commit 0f2dc7d0a7

View File

@ -1021,6 +1021,7 @@ namespace {
lyxerr << "calling: " << cmd
<< "\ninput: '" << data << "'" << endl;
cmd_ret const ret = runCommand(command);
cas_tmpfile.removeFile();
return ret.second;
}