=== modified file 'common/hotkeys_basic.cpp'
--- common/hotkeys_basic.cpp	2012-04-09 09:16:47 +0000
+++ common/hotkeys_basic.cpp	2013-04-13 22:53:57 +0000
@@ -563,7 +563,7 @@
     ParseHotkeyConfig( data, aDescList );
 
     /* cleanup */
-    delete buffer;
+    delete[] buffer;
     cfgfile.Close();
     return 1;
 }

