IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6343


Ignore:
Timestamp:
Feb 7, 2006, 11:24:11 AM (20 years ago)
Author:
Paul Price
Message:

Fixing memory leaks

File:
1 edited

Legend:

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

    r6229 r6343  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.92.6.4 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-01-28 01:17:38 $
     14 *  @version $Revision: 1.92.6.5 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-02-07 21:24:11 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    913913            *status = true;
    914914        }
    915         value = psStringNCopy(item->data.V, strlen(item->data.V) );
     915        value = item->data.V;
    916916    }
    917917    return value;
Note: See TracChangeset for help on using the changeset viewer.