[evolution-patches] fix for patch for 41448
- From: Not Zed <notzed ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] fix for patch for 41448
- Date: 23 Apr 2003 15:12:48 +0930
Duh, i'm an idiot, i thought i tested this too :-/
Anyway simple fix
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.1800
diff -u -3 -r1.1800 ChangeLog
--- ChangeLog 23 Apr 2003 01:34:02 -0000 1.1800
+++ ChangeLog 23 Apr 2003 04:29:20 -0000
@@ -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: camel-session.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-session.c,v
retrieving revision 1.89
diff -u -3 -r1.89 camel-session.c
--- camel-session.c 23 Apr 2003 01:34:02 -0000 1.89
+++ camel-session.c 23 Apr 2003 04:29:22 -0000
@@ -437,8 +437,6 @@
camel_object_bag_add(provider->service_cache[type], url, service);
}
- camel_url_free(url);
-
return service;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]