Changeset 634
- Timestamp:
- May 10, 2004, 12:37:04 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
image/psImage.c (modified) (2 diffs)
-
mathtypes/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r633 r634 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05-10 2 0:20:42$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-05-10 22:37:04 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 152 152 153 153 for(i=0; i<nChildren; i++) { 154 psImageFree( children);154 psImageFree(&children[i]); 155 155 } 156 156 } -
trunk/psLib/src/mathtypes/psImage.c
r633 r634 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05-10 2 0:20:42$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-05-10 22:37:04 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 152 152 153 153 for(i=0; i<nChildren; i++) { 154 psImageFree( children);154 psImageFree(&children[i]); 155 155 } 156 156 }
Note:
See TracChangeset
for help on using the changeset viewer.
