Revision: 1737
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1737&view=rev
Author:   nadvornik
Date:     2009-06-09 19:08:52 +0000 (Tue, 09 Jun 2009)

Log Message:
-----------
fixed leak in image_post_process_color

patch by Omari Stephens

Modified Paths:
--------------
    trunk/src/image.c

Modified: trunk/src/image.c
===================================================================
--- trunk/src/image.c   2009-06-08 19:05:49 UTC (rev 1736)
+++ trunk/src/image.c   2009-06-09 19:08:52 UTC (rev 1737)
@@ -351,6 +351,13 @@
                }
 
        image_update_util(imd);
+       
+       if (screen_profile)
+               {
+               g_free(screen_profile);
+               screen_profile = NULL;
+               }
+       
        return !!cm;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to