From 2f37afc6f82120320867f2c0cca1b84962a1e918 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 23 Apr 2003 04:44:58 +0000 Subject: oops, the service owns the url after we construct it. 2003-04-23 Not Zed * camel-session.c (get_service): oops, the service owns the url after we construct it. svn path=/trunk/; revision=20931 --- camel/camel-session.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'camel/camel-session.c') diff --git a/camel/camel-session.c b/camel/camel-session.c index 520abc26cf..6d58b4e457 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -437,8 +437,6 @@ get_service (CamelSession *session, const char *url_string, camel_object_bag_add(provider->service_cache[type], url, service); } - camel_url_free(url); - return service; } -- cgit v1.2.3