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

fix new[]/delete mismatch

As seen by ooo90105-1.ods with memcheck

Change-Id: Ib976632aa52556132b3d05ebb33e8fb64d8d9890
üst 389d8e9f
...@@ -1471,7 +1471,7 @@ ScXMLDataPilotSubTotalsContext::ScXMLDataPilotSubTotalsContext( ScXMLImport& rIm ...@@ -1471,7 +1471,7 @@ ScXMLDataPilotSubTotalsContext::ScXMLDataPilotSubTotalsContext( ScXMLImport& rIm
ScXMLDataPilotSubTotalsContext::~ScXMLDataPilotSubTotalsContext() ScXMLDataPilotSubTotalsContext::~ScXMLDataPilotSubTotalsContext()
{ {
delete pFunctions; delete[] pFunctions;
} }
SvXMLImportContext *ScXMLDataPilotSubTotalsContext::CreateChildContext( sal_uInt16 nPrefix, SvXMLImportContext *ScXMLDataPilotSubTotalsContext::CreateChildContext( sal_uInt16 nPrefix,
......
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