diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-11 10:09:46 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-10-11 10:09:46 +0200 |
commit | 5304076b256b26670d7e6030d6c98fc5068cc91e (patch) | |
tree | 8aa3213d7d67fbe45193f4ffc2396aa05fc6af8f /cpputools | |
parent | bc8fa7775830f26fa791859e2d196a75a655bbc7 (diff) |
#i113935# missing delete
Diffstat (limited to 'cpputools')
-rw-r--r-- | 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 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; } |