[gnome-commander] Do not free gcmd_user_actions prematurely



commit e8bfd70ee4c41fe9536c7f1bb8305c82ff72a640
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Sep 6 00:43:24 2009 +0200

    Do not free gcmd_user_actions prematurely

 src/gnome-cmd-user-actions.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index f95e28d..310873c 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -372,8 +372,6 @@ void GnomeCmdUserActions::shutdown()
     unregister(GDK_F10);
 
     write("key-bindings");
-
-    action.clear();
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]