summaryrefslogtreecommitdiffstats
path: root/cpputools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-10-11 10:09:46 +0200
committerDavid Tardon <dtardon@redhat.com>2010-10-11 10:09:46 +0200
commit5304076b256b26670d7e6030d6c98fc5068cc91e (patch)
tree8aa3213d7d67fbe45193f4ffc2396aa05fc6af8f /cpputools
parentSupport NetBSD better. (diff)
downloadcore-5304076b256b26670d7e6030d6c98fc5068cc91e.tar.gz
core-5304076b256b26670d7e6030d6c98fc5068cc91e.zip
#i113935# missing delete
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/regcomplazy/regcomplazy.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpputools/source/regcomplazy/regcomplazy.cxx b/cpputools/source/regcomplazy/regcomplazy.cxx
index 13c09c8d1c94..76a833b6dd58 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;
}