evolution-data-server r8772 - branches/gnome-2-22/servers/groupwise
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8772 - branches/gnome-2-22/servers/groupwise
- Date: Fri, 9 May 2008 08:00:08 +0100 (BST)
Author: psankar
Date: Fri May 9 07:00:08 2008
New Revision: 8772
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8772&view=rev
Log:
2008-05-09 Sankar P <psankar novell com>
* e-gw-container.c: (free_node):
Fixes a double free.
** Fix for bug #532284
Modified:
branches/gnome-2-22/servers/groupwise/ChangeLog
branches/gnome-2-22/servers/groupwise/e-gw-container.c
Modified: branches/gnome-2-22/servers/groupwise/e-gw-container.c
==============================================================================
--- branches/gnome-2-22/servers/groupwise/e-gw-container.c (original)
+++ branches/gnome-2-22/servers/groupwise/e-gw-container.c Fri May 9 07:00:08 2008
@@ -59,10 +59,9 @@
free_node(EShUsers *user)
{
if(user){
- g_free(user->email);
+ g_free (user->email);
g_free (user);
}
- g_free (user);
return ;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]