- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / configfile.cpp
index df637ec..5be9d1a 100644 (file)
@@ -104,6 +104,8 @@ void loadconfig(void)
   reader.read_int ("keyboard-left", &keymap.left);
   reader.read_int ("keyboard-right", &keymap.right);
   reader.read_int ("keyboard-fire", &keymap.fire);
+
+  lisp_free(root_obj);
 }
 
 void saveconfig (void)