Kaydet (Commit) 9f5e8259 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#705767 memory leak

Change-Id: I73aa4dd524f9d0d9afbf254fc095da93400b2a54
üst e05b3e55
......@@ -851,6 +851,7 @@ void SwGlobalTree::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry
pSelEntry = PrevSelected(pSelEntry);
if(pSelEntry)
{
delete pTempContents;
pTempContents = new SwGlblDocContents;
pActiveShell->GetGlobalDocContent(*pTempContents);
}
......
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