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 <caol...@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 <caol...@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;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits