IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6229


Ignore:
Timestamp:
Jan 27, 2006, 3:17:38 PM (20 years ago)
Author:
Paul Price
Message:

Removed increment of returned value from psMetadataLookupMD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/types/psMetadata.c

    r6132 r6229  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.92.6.3 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-01-21 23:44:37 $
     14 *  @version $Revision: 1.92.6.4 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-01-28 01:17:38 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    880880            *status = true;
    881881        }
    882         value = psMemIncrRefCounter(item->data.md); // The requested metadata
     882        value = item->data.md; // The requested metadata
    883883    }
    884884    return value;
Note: See TracChangeset for help on using the changeset viewer.