summaryrefslogtreecommitdiff
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-02-04 12:48:36 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2004-02-04 12:48:36 +0000
commitc87b0a127afcd545c3b8cbcc4702b47fba639f55 (patch)
treed33fe355b0fe0220762bd4d5c2ab0fc01ea81cc9 /calendar
parent82bdb2d9af8a428e57878380f8c3c4b4d1649bf0 (diff)
downloadevolution-data-server-c87b0a127afcd545c3b8cbcc4702b47fba639f55.tar.gz
g_object_unref the ECal, not the ECalAsyncData structure.
2004-02-04 Rodrigo Moya <rodrigo@ximian.com> * libecal/e-cal.c (open_async): g_object_unref the ECal, not the ECalAsyncData structure.
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/libecal/e-cal.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d0928b5fe..e71abed40 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
+
+ * libecal/e-cal.c (open_async): g_object_unref the ECal, not the
+ ECalAsyncData structure.
+
2004-02-03 Rodney Dawes <dobey@ximian.com>
* backends/http/e-cal-backend-http.c: Don't keep a global SoupMessage
diff --git a/calendar/libecal/e-cal.c b/calendar/libecal/e-cal.c
index 82804c386..41b74ea28 100644
--- a/calendar/libecal/e-cal.c
+++ b/calendar/libecal/e-cal.c
@@ -1555,7 +1555,7 @@ open_async (gpointer data)
g_clear_error (&error);
- g_object_unref (ccad);
+ g_object_unref (ccad->ecal);
g_free (ccad);
return FALSE;