gimp r26352 - in branches/soc-2008-tagging: . app/core



Author: aurisj
Date: Sat Aug  2 19:20:57 2008
New Revision: 26352
URL: http://svn.gnome.org/viewvc/gimp?rev=26352&view=rev

Log:
2008-08-02  Aurimas JuÅka  <aurisj svn gnome org>

	* app/core/gimptagcache.c (gimp_tag_cache_load): fixed small memory
	leak.



Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/core/gimptagcache.c

Modified: branches/soc-2008-tagging/app/core/gimptagcache.c
==============================================================================
--- branches/soc-2008-tagging/app/core/gimptagcache.c	(original)
+++ branches/soc-2008-tagging/app/core/gimptagcache.c	Sat Aug  2 19:20:57 2008
@@ -429,6 +429,7 @@
                                             parse_data.records->len);
     }
 
+  g_markup_parse_context_free (parse_context);
   g_array_free (parse_data.records, TRUE);
   g_free (buffer);
 }



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