From 5304076b256b26670d7e6030d6c98fc5068cc91e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 11 Oct 2010 10:09:46 +0200 Subject: #i113935# missing delete --- cpputools/source/regcomplazy/regcomplazy.cxx | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit