2005-07-02 Harish Krishnaswamy <kharish@novell.com>
Fixes #309079
* libecal/e-cal.c: (e_cal_create_object): Fix a memory leak
+2005-07-02 Harish Krishnaswamy <kharish@novell.com>
+
+ Fixes #309079
+ * libecal/e-cal.c: (e_cal_create_object): Fix
+ memory leak
+
2005-06-23 Chenthill Palanisamy <pchenthill@novell.com>
* backends/http/Makefile.am: Removed unnecessary
status = our_op->status;
if (uid)
*uid = our_op->uid;
+ else {
+ g_free (our_op->uid);
+ our_op->uid = NULL;
+ }
e_calendar_remove_op (ecal, our_op);
g_mutex_unlock (our_op->mutex);