[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source
Caolán McNamara
caolanm at redhat.com
Mon Dec 30 12:47:23 PST 2013
sc/source/ui/miscdlgs/retypepassdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e1f4de66afa5f0cf54f90a1fed150dc200680da2
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 30 20:24:20 2013 +0000
free resource missing here
(cherry picked from commit 4f5f49deb3a6eb549d3950cb4773f0601c1fd52c)
Change-Id: Ibe4436f1d002123d455f447da1185d26591462ec
diff --git a/sc/source/ui/miscdlgs/retypepassdlg.cxx b/sc/source/ui/miscdlgs/retypepassdlg.cxx
index 7abf7e9..307966b 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()
@@ -413,6 +414,7 @@ ScRetypePassInputDlg::ScRetypePassInputDlg(Window* pParent, ScPassHashProtectabl
mpProtected(pProtected)
{
Init();
+ FreeResource();
}
ScRetypePassInputDlg::~ScRetypePassInputDlg()
More information about the Libreoffice-commits
mailing list