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

coverity: fix memory leak

Change-Id: If5bd111bbf4c1df8e790f229165c682ecc0ed3b7
üst e4bd11d8
...@@ -405,6 +405,7 @@ void ScXMLChangeTrackingImportHelper::AddGenerated(ScMyCellInfo* pCellInfo, cons ...@@ -405,6 +405,7 @@ void ScXMLChangeTrackingImportHelper::AddGenerated(ScMyCellInfo* pCellInfo, cons
} }
else else
{ {
delete pGenerated;
OSL_FAIL("try to insert a generated action to a wrong action"); OSL_FAIL("try to insert a generated action to a wrong action");
} }
} }
......
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