IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 634


Ignore:
Timestamp:
May 10, 2004, 12:37:04 PM (22 years ago)
Author:
harman
Message:

Updated children member of psImage

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.c

    r633 r634  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-10 20:20:42 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-10 22:37:04 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    152152
    153153        for(i=0; i<nChildren; i++) {
    154             psImageFree(children);
     154            psImageFree(&children[i]);
    155155        }
    156156    }
  • trunk/psLib/src/mathtypes/psImage.c

    r633 r634  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-10 20:20:42 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-10 22:37:04 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    152152
    153153        for(i=0; i<nChildren; i++) {
    154             psImageFree(children);
     154            psImageFree(&children[i]);
    155155        }
    156156    }
Note: See TracChangeset for help on using the changeset viewer.