IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6528 for trunk/psLib/src/types


Ignore:
Timestamp:
Mar 6, 2006, 12:34:25 PM (20 years ago)
Author:
drobbin
Message:

Removed psMemIncrRefCounter from psArrayGet & associated psFree calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArray.c

    r6500 r6528  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-02-28 02:53:03 $
     11 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-03-06 22:34:25 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    239239        return NULL;
    240240    }
    241     return psMemIncrRefCounter(array->data[position]);
     241    return (array->data[position]);
    242242}
    243243
Note: See TracChangeset for help on using the changeset viewer.