[gnome-commander] Removed redundant g_free



commit a5ac9b3f7e3ff637bbd617ef96a54283bee583eb
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Oct 5 20:13:40 2014 +0200

    Removed redundant g_free

 src/gnome-cmd-user-actions.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 62bdb76..d6de2a3 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -1188,7 +1188,6 @@ void command_execute (GtkMenuItem *menuitem, gpointer command)
         gnome_cmd_error_message (_("Unable to execute command."), error);
 
     g_strfreev (argv);
-    g_free (error);
     g_list_free (sfl);
 }
 


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