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

Caolán McNamara caolanm at redhat.com
Mon Dec 30 12:29:12 PST 2013


 sc/source/ui/miscdlgs/retypepassdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4f5f49deb3a6eb549d3950cb4773f0601c1fd52c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 30 20:24:20 2013 +0000

    free resource missing here
    
    Change-Id: Ibe4436f1d002123d455f447da1185d26591462ec

diff --git a/sc/source/ui/miscdlgs/retypepassdlg.cxx b/sc/source/ui/miscdlgs/retypepassdlg.cxx
index 478b7f7..8079316 100644
--- a/sc/source/ui/miscdlgs/retypepassdlg.cxx
+++ b/sc/source/ui/miscdlgs/retypepassdlg.cxx
@@ -70,6 +70,7 @@ ScRetypePassDlg::ScRetypePassDlg(Window* pParent) :
     meDesiredHash(PASSHASH_SHA1)
 {
     Init();
+    FreeResource();
 }
 
 ScRetypePassDlg::~ScRetypePassDlg()


More information about the Libreoffice-commits mailing list