[Libreoffice-commits] .: cpputools/source
David Tardon
dtardon at kemper.freedesktop.org
Mon Oct 11 01:10:15 PDT 2010
cpputools/source/regcomplazy/regcomplazy.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2c1c10420c662fc96f2a54475013e1ecc71be0c0
Author: David Tardon <dtardon at redhat.com>
Date: Mon Oct 11 10:09:46 2010 +0200
#i113935# missing delete
diff --git a/cpputools/source/regcomplazy/regcomplazy.cxx b/cpputools/source/regcomplazy/regcomplazy.cxx
index 0090760..6bfa37f 100644
--- a/cpputools/source/regcomplazy/regcomplazy.cxx
+++ b/cpputools/source/regcomplazy/regcomplazy.cxx
@@ -277,6 +277,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
serviceKey.closeKey();
rootKey.closeKey();
pReg->close();
+ delete pReg;
return 0;
}
More information about the Libreoffice-commits
mailing list