CVS commit by ellis: Delete undeleted allocation M +1 -0 main.cpp 1.51 --- kdebase/kcontrol/keys/main.cpp #1.50:1.51 @@ -188,4 +188,5 @@ extern "C" keys->writeActions( "Global Shortcuts", 0, true, true ); + delete keys; initModifiers(); }