[Commit] libic ChangeLog,1.6,1.7

Carl Worth commit@keithp.com
Sat, 26 Apr 2003 09:57:56 -0700


Committed by: cworth

Update of /local/src/CVS/libic
In directory home.keithp.com:/tmp/cvs-serv27454

Modified Files:
	ChangeLog 
Log Message:
Fixed memory leak

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/libic/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog	25 Apr 2003 21:24:38 -0000	1.6
+++ ChangeLog	26 Apr 2003 16:57:54 -0000	1.7
@@ -1,3 +1,8 @@
+2003-04-26  Carl Worth  <cworth@isi.edu>
+
+	* src/icimage.c (IcImageDestroy): Fix memory leak of image->pixels
+	when owns_pixels == 1;
+
 2003-04-25  Carl Worth  <cworth@east.isi.edu>
 
 	* src/ic.h (IC_REVISION): Added #defines for version.