From kde-commits Sun Jun 15 20:00:19 2003 From: Ellis Whitehead Date: Sun, 15 Jun 2003 20:00:19 +0000 To: kde-commits Subject: kdebase/kcontrol/keys X-MARC-Message: https://marc.info/?l=kde-commits&m=105570762117118 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(); }