Kaydet (Commit) 9d968941 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i120108# fix leaking pTabData[] in ScViewData::ReadUserDataSequence()

Patch-by: Chao Huang
Found-by: Chao Huang
Review and minor style fix by: Herbert Duerr 
üst 9c7d0d72
......@@ -2816,6 +2816,7 @@ void ScViewData::ReadUserDataSequence(const uno::Sequence <beans::PropertyValue>
uno::Sequence<beans::PropertyValue> aTabSettings;
if (aAny >>= aTabSettings)
{
delete pTabData[nTab];
pTabData[nTab] = new ScViewDataTable;
bool bHasZoom = false;
pTabData[nTab]->ReadUserDataSequence(aTabSettings, *this, nTab, bHasZoom);
......
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