From fae86d46d1328fad31ebf9b6b7840179d96b88a9 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 1 Dec 2003 02:10:49 +0000 Subject: Enable GUI option for 'custom command' connection. Don't g_free strings in 2003-11-28 David Woodhouse * providers/imap/camel-imap-provider.c: Enable GUI option for 'custom command' connection. * providers/imap/camel-imap-store.c: Don't g_free strings in .rodata. It's considered rude. svn path=/trunk/; revision=23510 --- camel/providers/imap/camel-imap-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap/camel-imap-store.c') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 46c30ab7a0..07152eef87 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -774,7 +774,7 @@ connect_to_server_process (CamelService *service, const char *cmd, CamelExceptio /* Now do %h, %u, etc. substitution in cmd */ buf = cmd_copy = g_strdup(cmd); - full_cmd = ""; + full_cmd = g_strdup(""); for(;;) { char *pc; -- cgit v1.2.3