Kaydet (Commit) d8239d0b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

CID#705650: fix memory leak

üst d3b60aa6
......@@ -5366,7 +5366,10 @@ SdrObject* SvxMSDffManager::ProcessObj(SvStream& rSt,
+ pImpRec->aTextId.nSequence, pObj );
}
else
{
delete pImpRec;
delete pTextImpRec,
}
}
return pObj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment