IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 512


Ignore:
Timestamp:
Apr 23, 2004, 11:35:52 AM (22 years ago)
Author:
harman
Message:

Removed unused #include <stdlib.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psBitMask.c

    r511 r512  
    99 *  @author Ross Harman, MHPCC
    1010 *   
    11  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-23 21:33:59 $
     11 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-23 21:35:52 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818/*  INCLUDE FILES                                                             */
    1919/******************************************************************************/
    20 #include <stdlib.h>
    2120#include <string.h>
    2221#include <stdio.h>
     
    6261void psBitMaskFree(psBitMask *restrict inMask)
    6362{
    64     free(inMask->bits);
    65     free(inMask);
     63    psFree(inMask->bits);
     64    psFree(inMask);
    6665}
    6766
Note: See TracChangeset for help on using the changeset viewer.