try to fix free memory leak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2730 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-09-12 07:51:53 +00:00
parent 4c973a6a7e
commit 445f2a9851

View File

@ -849,8 +849,8 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
// not found -> use everything as "numerator"
p->cell(0).swap(array);
}
array.push_back(p);
parse_into(p->cell(1), FLAG_BLOCK);
array.push_back(p);
}
else if (t.cs().size()) {