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

coverity: fix memory leak

Change-Id: Idf97e7150617e53ce37ef5a98a7c4582ccc64271
üst 5c7f0e9d
......@@ -1022,6 +1022,8 @@ void ScChildrenShapes::SetAnchor(const uno::Reference<drawing::XShape>& xShape,
if (pData->pAccShape)
pData->pAccShape->SetRelationSet(GetRelationSet(pData));
}
else
delete pAddress;
}
}
......
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