IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23462


Ignore:
Timestamp:
Mar 20, 2009, 2:26:18 PM (17 years ago)
Author:
bills
Message:

Don't free photView too early

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackPhotometry.c

    r23347 r23462  
    7474        return false;
    7575    }
    76     psFree(photView);
    7776
    7877    if (!pmFPAfileDropInternal(config->files, "PSPHOT.BACKMDL") ||
     
    9392                         "Time to do photometry", psTimerMark("PPSTACK_PHOT"));
    9493    }
     94    psFree(photView);
     95
    9596    psLogMsg("ppStack", PS_LOG_INFO, "Time to do photometry: %f sec", psTimerClear("PPSTACK_PHOT"));
    9697
Note: See TracChangeset for help on using the changeset viewer.