IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 8:52:03 PM (20 years ago)
Author:
eugene
Message:

extensive cleanup of memory handling : no more leaks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceStats.c

    r6320 r6379  
    6363    psLogMsg ("psphot", 3, "%d moments: %f sec\n", sources->n, psTimerMark ("psphot"));
    6464
    65     char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT");
     65    char *breakPt = psMetadataLookupStr (&status, config, "BREAK_POINT");
    6666    if (!strcasecmp (breakPt, "STATS")) exit (0);
    6767
Note: See TracChangeset for help on using the changeset viewer.