IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12460


Ignore:
Timestamp:
Mar 15, 2007, 3:46:56 PM (19 years ago)
Author:
jhoblitt
Message:

add a XXX on psMetdataItem comments being NULL strings instead of NULL

File:
1 edited

Legend:

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

    r12289 r12460  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.154 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-03-07 02:50:15 $
     14 *  @version $Revision: 1.155 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-03-16 01:46:56 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    216216    // Set deallocator
    217217    psMemSetDeallocator(metadataItem, (psFreeFunc) metadataItemFree);
     218
     219    // XXX Does it make sense allocate a NULL string here?  It seems like this
     220    // is just a waste of memory but something, somewhere, is probably
     221    // dependant on this behavior so I'm leaving it in place for the time
     222    // being. -JH
    218223
    219224    // Allocate and set metadata item comment
Note: See TracChangeset for help on using the changeset viewer.