diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-26 10:20:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-26 10:20:41 +0100 |
commit | cae335091776738fdb2dfb295033803279d30409 (patch) | |
tree | baf3020a467b5b4f8ceff224619440502a02363a /sd/source | |
parent | 80d135922d5a5d0fd0d7178935653870cecf58ea (diff) |
oom in fodpfuzzer
Change-Id: Iba6ce63f21f9dfe7187eea81c6d76fad12ccc498
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/xml/sdxmlwrp.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index 4370f37b3828..b9222c679ffa 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -1049,6 +1049,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportFODP(SvStream &rStream) bool ret = xFilter->filter(aArgs); xDocSh->SetLoading(SfxLoadedFlags::ALL); + xDocSh->DoClose(); + return ret; } |