IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 9:57:51 AM (20 years ago)
Author:
rhl
Message:

Changed all psMemCopy "calls" to psMemIncrRefCounter

File:
1 edited

Legend:

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

    r7758 r8470  
    2222        // create a new source, add peak
    2323        pmSource *source = pmSourceAlloc();
    24         source->peak = (pmPeak *)psMemCopy(peaks->data[i]);
     24        source->peak = (pmPeak *)psMemIncrRefCounter(peaks->data[i]);
    2525
    2626        // allocate image, weight, mask arrays for each peak (square of radius OUTER)
Note: See TracChangeset for help on using the changeset viewer.