IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7521


Ignore:
Timestamp:
Jun 11, 2006, 11:07:59 AM (20 years ago)
Author:
eugene
Message:

added psFree(config)

Location:
trunk/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r7340 r7521  
    1818bool            psphotModelTest (pmReadout *readout, psMetadata *recipe);
    1919bool            psphotReadout (pmConfig *config, pmFPAview *view);
    20 void            psphotCleanup (void);
     20void            psphotCleanup (pmConfig *config);
    2121
    2222psArray        *psphotFakeSources ();
  • trunk/psphot/src/psphotCleanup.c

    r6964 r7521  
    11# include "psphot.h"
    22
    3 void psphotCleanup () {
     3void psphotCleanup (pmConfig *config) {
     4
     5    psFree (config);
    46
    57    psTimerStop ();
Note: See TracChangeset for help on using the changeset viewer.