mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
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:
parent
4c973a6a7e
commit
445f2a9851
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user