oops, the service owns the url after we construct it.
authorNot Zed <NotZed@Ximian.com>
Wed, 23 Apr 2003 04:44:58 +0000 (04:44 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Wed, 23 Apr 2003 04:44:58 +0000 (04:44 +0000)
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * camel-session.c (get_service): oops, the service owns the url
        after we construct it.

camel/ChangeLog
camel/camel-session.c

index 4bcdbbe..c21d4cf 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-23  Not Zed  <NotZed@Ximian.com>
+
+       * camel-session.c (get_service): oops, the service owns the url
+       after we construct it.
+
 2003-04-22  Not Zed  <NotZed@Ximian.com>
 
        ** Should fix #41629, #41448, et al.
index 520abc2..6d58b4e 100644 (file)
@@ -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;
 }