[libgdata] Fixed typo in previous commit



commit 725d5fc1d845781645633fd12c5a732cda0a8f3e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Apr 19 18:24:24 2009 +0100

    Fixed typo in previous commit
---
 gdata/gdata-feed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdata/gdata-feed.c b/gdata/gdata-feed.c
index 00f3157..bcfc489 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -727,7 +727,7 @@ error:
 	if (feed != NULL)
 		feed->priv->extra_xml = g_string_free (extra_xml, FALSE);
 	else
-		g_string_free (extra_xml, 
+		g_string_free (extra_xml, TRUE);
 
 	xmlFreeDoc (doc);
 



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