IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12529


Ignore:
Timestamp:
Mar 21, 2007, 2:32:18 PM (19 years ago)
Author:
jhoblitt
Message:

fix fail messages/counts for valid user TYPEs

File:
1 edited

Legend:

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

    r12453 r12529  
    1111*  @author Joshua Hoblitt, University of Hawaii 2006-2007
    1212*
    13 *  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2007-03-16 00:07:35 $
     13*  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2007-03-22 00:32:18 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    667667                       psMetadataFlags flags)
    668668{
     669    // XXX This function is a monstrous abomination.  I have been slowly
     670    // refactoring it as I fix bugs but it really needs to be split up into
     671    // managable bits.
    669672    bool               returnValue   = true;
    670673    bool               addStatus     = false;
     
    801804            return false;
    802805        }
     806
     807        psFree(strComment);
     808        psFree(strValue);
     809        psFree(strType);
     810
     811        return true;
    803812    }
    804813
Note: See TracChangeset for help on using the changeset viewer.