[gnome-commander/gcmd-1-4] Removed redundant g_free
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-4] Removed redundant g_free
- Date: Sun, 5 Oct 2014 18:17:24 +0000 (UTC)
commit 43cf37c802dab537ca32722520d6f604bcc2a218
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 2633f22..069ad8a 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]