diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2010-10-01 14:20:45 +0200 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2010-10-01 14:20:45 +0200 |
commit | f3de0f63df974b9ca01817d46d5fc8c831f72918 (patch) | |
tree | 05e9d1b3a3f32c7780f0b42a6ea1273cb83816cd /cpputools/source/regcomplazy | |
parent | e9cece0160a22621761d27e09eb47e6095fe91ff (diff) |
jsc340: i14847: clean up cmdline help fo devtools
Diffstat (limited to 'cpputools/source/regcomplazy')
-rwxr-xr-x | cpputools/source/regcomplazy/regcomplazy.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpputools/source/regcomplazy/regcomplazy.cxx b/cpputools/source/regcomplazy/regcomplazy.cxx index 13c09c8d1c94..76a833b6dd58 100755 --- 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; } |