[gnome-commander/gcmd-1-3] Do not free gcmd_user_actions prematurely



commit a2c37ef99d1a42a9bfb2a1f2fdb821819b8cf083
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 115f0ae..1764bc1 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -375,8 +375,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]