Kaydet (Commit) 79afa1d9 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#6390 Leak

Change-Id: Icc2b90ac062da32c9da4cce67f15f6e55e005c2b
Reviewed-on: https://gerrit.libreoffice.org/49842Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst cbec4cb7
......@@ -4137,6 +4137,8 @@ SdrObject* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& r
if (nShapeId)
insertShapeId(nShapeId, pTmp);
}
else
SdrObject::Free(pTmp);
}
}
if (!aRecHd2.SeekToEndOfRecord(rSt))
......
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