IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8410


Ignore:
Timestamp:
Aug 17, 2006, 5:39:24 AM (20 years ago)
Author:
rhl
Message:

Close the config file, otherwise we eventually run out of file descriptors

File:
1 edited

Legend:

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

    r8312 r8410  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-08-14 20:05:05 $
     12*  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-08-17 15:39:24 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    12261226        }
    12271227    }
     1228    fclose(fp);
    12281229
    12291230    // Free parse array and line buffer
Note: See TracChangeset for help on using the changeset viewer.