Kaydet (Commit) 02e0c1b0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Caolán McNamara

prevent double delete in calc's html parser, fdo#52107

Change-Id: I0a203a39697d3b12304e4b9dc99714cd7b2a008c
(cherry picked from commit 0d21d9dd)
Signed-off-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 20be5a62
......@@ -554,6 +554,7 @@ void ScHTMLLayoutParser::Adjust()
nCurRow = pS->nCurRow;
}
delete pS;
pS = NULL;
nTab = pE->nTab;
if (pTables)
{
......
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