mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix regression of 6dfc25508
We need to remove the temp file now manually.
This commit is contained in:
parent
c7bfa7d341
commit
0f2dc7d0a7
@ -1021,6 +1021,7 @@ namespace {
|
||||
lyxerr << "calling: " << cmd
|
||||
<< "\ninput: '" << data << "'" << endl;
|
||||
cmd_ret const ret = runCommand(command);
|
||||
cas_tmpfile.removeFile();
|
||||
return ret.second;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user