[xiph-commits] r15579 - trunk/gimp-montypak

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sat Dec 13 02:54:04 PST 2008


Author: xiphmont
Date: 2008-12-13 02:54:04 -0800 (Sat, 13 Dec 2008)
New Revision: 15579

Modified:
   trunk/gimp-montypak/denoise.c
Log:
Minor cleanup catch



Modified: trunk/gimp-montypak/denoise.c
===================================================================
--- trunk/gimp-montypak/denoise.c	2008-12-13 10:35:02 UTC (rev 15578)
+++ trunk/gimp-montypak/denoise.c	2008-12-13 10:54:04 UTC (rev 15579)
@@ -501,7 +501,7 @@
 
   if(preview_cache_buffer)
     g_free(preview_cache_buffer);
-
+  preview_cache_buffer=NULL;
   return run;
 }
 



More information about the commits mailing list