gimp r25314 - in trunk: . app/xcf



Author: neo
Date: Sun Mar 30 18:03:18 2008
New Revision: 25314
URL: http://svn.gnome.org/viewvc/gimp?rev=25314&view=rev

Log:
2008-03-30  Sven Neumann  <sven gimp org>

	* app/xcf/xcf-load.c (xcf_load_image): don't leak the grid.



Modified:
   trunk/ChangeLog
   trunk/app/xcf/xcf-load.c

Modified: trunk/app/xcf/xcf-load.c
==============================================================================
--- trunk/app/xcf/xcf-load.c	(original)
+++ trunk/app/xcf/xcf-load.c	Sun Mar 30 18:03:18 2008
@@ -163,6 +163,7 @@
                                      gimp_parasite_name (parasite));
 
           gimp_image_set_grid (GIMP_IMAGE (image), grid, FALSE);
+          g_object_unref (grid);
         }
     }
 



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