summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-23 04:44:58 +0000
committerMichael Zucci <zucchi@src.gnome.org>2003-04-23 04:44:58 +0000
commit43d0b9482c08ea612a2ed70569b3587accdeabdd (patch)
treeb9d7de865752cd27b05b64f3a7210ccada5f2d32
parentd9b808bafa133197f6b3ab9a1c97fb8bd1e7f32b (diff)
downloadevolution-data-server-43d0b9482c08ea612a2ed70569b3587accdeabdd.tar.gz
oops, the service owns the url after we construct it.
2003-04-23 Not Zed <NotZed@Ximian.com> * camel-session.c (get_service): oops, the service owns the url after we construct it.
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-session.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4bcdbbec0..c21d4cfce 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -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.
diff --git a/camel/camel-session.c b/camel/camel-session.c
index 520abc26c..6d58b4e45 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;
}