aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-02-06 16:53:21 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-02-06 16:53:21 +0800
commit90e3e5497f9b6b7555036c776c77f2c81a4c839d (patch)
treeb37a8550dee6911bbe256d310455bfe134ff67b3 /plugins/exchange-operations/ChangeLog
parent3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f (diff)
downloadgsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar.gz
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar.bz2
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar.lz
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar.xz
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.tar.zst
gsoc2013-evolution-90e3e5497f9b6b7555036c776c77f2c81a4c839d.zip
Fixed memory leaks. Fixes #329251.
svn path=/trunk/; revision=31418
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r--plugins/exchange-operations/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 80a84cc338..36d4df9009 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-06 Sushma Rai <rsushma@novell.com>
+
+ * exchange-permissions-dialog.c (exchange_permissions_dialog_new):
+ Initializing nresults to zero and freeing E2kResult.
+
+ * exchange-calendar.c (e_exchange_calendar_commit): Freeing authtype.
+
+ * exchange-contacts.c (e_exchange_contacts_commit): Similar.
+ Fixes #329251.
+
2006-02-05 Karsten Bräckelmann <guenther@rudersport.de>
* exchange-user-dialog.c (e2k_user_dialog_construct):
@@ -6,6 +16,16 @@
2006-02-03 Sushma Rai <rsushma@novell.com>
+ * exchange-permissions-dialog.c (exchange_permissions_dialog_new):
+ Freeing E2kResult.
+
+ * exchange-calendar.c (e_exchange_calendar_commit): Freeing authtype.
+
+ * exchange-contacts.c (e_exchange_contacts_commit): similar.
+ See #329251.
+
+2006-02-03 Sushma Rai <rsushma@novell.com>
+
* exchange-folder.c (org_gnome_exchange_folder_subscription): Moved
discovering the shared folder, opening that folder and error handling
out to create_folder_subscription_dialog().