Freeing uri_text. See #329251.

svn path=/trunk/; revision=31468
This commit is contained in:
Sushma Rai
2006-02-10 05:47:00 +00:00
parent d45a46cff4
commit ff98640ae2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-10 Sushma Rai <rsushma@novell.com>
* exchange-contacts.c (e_exchange_contacts_commit): Freeing uri_text.
See #329251.
2006-02-06 Sushma Rai <rsushma@novell.com>
* exchange-permissions-dialog.c (exchange_permissions_dialog_new):
@ -6,7 +11,7 @@
* exchange-calendar.c (e_exchange_calendar_commit): Freeing authtype.
* exchange-contacts.c (e_exchange_contacts_commit): Similar.
Fixes #329251.
See #329251.
2006-02-05 Karsten Bräckelmann <guenther@rudersport.de>

View File

@ -417,5 +417,6 @@ done:
g_free (path);
g_free (oldpath);
g_free (contacts_old_src_uri);
g_free (uri_text);
contacts_old_src_uri = NULL;
}