[Libreoffice-commits] core.git: lotuswordpro/qa lotuswordpro/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 29 11:36:24 UTC 2020


 lotuswordpro/source/filter/lwppara.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit f51c36c107b3474ab99db76497b1f9c9c510248d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jan 29 12:13:58 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jan 29 12:35:45 2020 +0100

    Revert "ofz#20267 Indirect-leak"
    
    This reverts commit ae01adf0747496e8c36f8f30fc2c1a4a6ef8275e.
    
    Reason for revert: intermittent failures
    
    Change-Id: I2212154e2c6ca210a2ff19cf73c0578c146dd46d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87679
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/lotuswordpro/qa/cppunit/data/pass/null-2.lwp b/lotuswordpro/qa/cppunit/data/fail/null-2.lwp
similarity index 100%
rename from lotuswordpro/qa/cppunit/data/pass/null-2.lwp
rename to lotuswordpro/qa/cppunit/data/fail/null-2.lwp
diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx
index b7069aad9c69..5b92281b0560 100644
--- a/lotuswordpro/source/filter/lwppara.cxx
+++ b/lotuswordpro/source/filter/lwppara.cxx
@@ -119,11 +119,6 @@ LwpPara::LwpPara(LwpObjectHeader const & objHdr, LwpSvStream* pStrm)
 
 LwpPara::~LwpPara()
 {
-    if (m_xXFContainer)
-    {
-        m_xXFContainer->Reset();
-        m_xXFContainer.clear();
-    }
 }
 
 void LwpPara::Read()


More information about the Libreoffice-commits mailing list