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

New commits:
commit 4f5f49deb3a6eb549d3950cb4773f0601c1fd52c
Author: Caolán McNamara <caol...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to