From: Georg Baum Date: Sun, 3 Jul 2016 17:41:04 +0000 (+0200) Subject: Fix regression of 6dfc25508 X-Git-Tag: 2.3.0alpha1~1345 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0f2dc7d0a74d2788d365489c4558c22ce35255c2;p=features.git Fix regression of 6dfc25508 We need to remove the temp file now manually. --- diff --git a/src/mathed/MathExtern.cpp b/src/mathed/MathExtern.cpp index 8b1e0f0c8d..ee2004b508 100644 --- a/src/mathed/MathExtern.cpp +++ b/src/mathed/MathExtern.cpp @@ -1021,6 +1021,7 @@ namespace { lyxerr << "calling: " << cmd << "\ninput: '" << data << "'" << endl; cmd_ret const ret = runCommand(command); + cas_tmpfile.removeFile(); return ret.second; }