evolution-data-server r9289 - branches/gnome-2-22/servers/google/libgdata



Author: dobey
Date: Thu Aug  7 00:26:22 2008
New Revision: 9289
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9289&view=rev

Log:
2008-08-06  Rodney Dawes  <dobey gnome org>

	* gdata-entry.c (gdata_entry_new_from_xmlptr):
	Remove an extraneous xmlFree call, which can cause a double free

	Fixes #546148



Modified:
   branches/gnome-2-22/servers/google/libgdata/ChangeLog
   branches/gnome-2-22/servers/google/libgdata/gdata-entry.c

Modified: branches/gnome-2-22/servers/google/libgdata/gdata-entry.c
==============================================================================
--- branches/gnome-2-22/servers/google/libgdata/gdata-entry.c	(original)
+++ branches/gnome-2-22/servers/google/libgdata/gdata-entry.c	Thu Aug  7 00:26:22 2008
@@ -587,7 +587,6 @@
 		cur = cur->next;
 	}
 
-	xmlFree(value);
 	return entry;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]