[Libreoffice-commits] core.git: 2 commits - sc/source sw/source

Caolán McNamara caolanm at redhat.com
Wed Jan 7 08:54:53 PST 2015


 sc/source/ui/optdlg/calcoptionsdlg.hxx |    3 ---
 sw/source/filter/ww8/ww8scan.cxx       |    1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 6b72b69be9069c829a02bc6e96da671d22aa748e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 7 16:29:46 2015 +0000

    coverity#1261766 Uninitialized pointer field
    
    Change-Id: Ibc9f367a0fd845a647170bdfa2d44303e8048063

diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index 1ad8fcf..61c5c43 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -74,9 +74,6 @@ private:
     VclMultiLineEdit* mpEditField;
     PushButton* mpTestButton;
 
-    ListBox* mpLbOptionEdit;
-
-    FixedText* mpFtAnnotation;
     FixedText* mpFtFrequency;
     FixedText* mpFtComputeUnits;
     FixedText* mpFtMemory;
commit 3f69ca8d19cdd748a356f43e0a5d2816b0858336
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 7 16:28:46 2015 +0000

    coverity#1261760 Resource leak in object
    
    Change-Id: Iacf93952af01dd1325743150f1a959337092528c

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index e68818c..6b8b9b4 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -1762,6 +1762,7 @@ WW8ScannerBase::~WW8ScannerBase()
     delete pPLCFx_PCD;
     delete pPieceIter;
     delete pPiecePLCF;
+    delete pAtnBook;
     delete pBook;
     delete pFldEdnPLCF;
     delete pFldFtnPLCF;


More information about the Libreoffice-commits mailing list