From fda5181dbd5743eb6c4644ca48ac1ee502e7bd81 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 26 May 2007 12:00:15 +0000 Subject: Oops. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4524 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/core.c b/src/core/core.c index 2240ce29..5b3164a5 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -192,7 +192,6 @@ void core_preinit(const char *path) } else { str = irssi_dir; irssi_dir = fix_path(str); - g_free(str); len = strlen(irssi_dir); if (irssi_dir[len-1] == G_DIR_SEPARATOR) irssi_dir[len-1] = '\0'; @@ -202,7 +201,6 @@ void core_preinit(const char *path) else { str = irssi_config_file; irssi_config_file = fix_path(str); - g_free(str); } session_set_binary(path); -- cgit v1.2.3