[gnome-commander] noop: code cleanup



commit 8b53de3ae9264f815d9a9464fb3f4c6b7b9aa988
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Wed Dec 28 22:51:22 2011 +0100

    noop: code cleanup

 src/gnome-cmd-con-dialog.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con-dialog.cc b/src/gnome-cmd-con-dialog.cc
index 209b7e9..d3686d4 100644
--- a/src/gnome-cmd-con-dialog.cc
+++ b/src/gnome-cmd-con-dialog.cc
@@ -679,7 +679,7 @@ gboolean gnome_cmd_connect_dialog_edit (GnomeCmdConRemote *server)
         GnomeVFSURI *uri = gnome_vfs_uri_new (dialog->priv->uri_str.c_str());
 
         const gchar *alias = dialog->priv->alias ? dialog->priv->alias->c_str() : NULL;
-        const gchar *host = gnome_vfs_uri_get_host_name (uri);      // do not g_free !!
+        const gchar *host = gnome_vfs_uri_get_host_name (uri);
 
         gnome_cmd_con_set_alias (con, alias);
         gnome_cmd_con_set_uri (con, dialog->priv->uri_str);



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