IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2011, 5:44:48 PM (15 years ago)
Author:
eugene
Message:

free some data as early as possible (petProfile, source pixels); added memory dump tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotMergeSources.c

    r30771 r30776  
    699699            sourceOut->parent = sourceSrc;
    700700
    701             // keep the original source flags
     701            // keep the original source flags and sequence ID (if set)
     702            sourceOut->seq      = sourceSrc->seq;
    702703            sourceOut->type     = sourceSrc->type;
    703704            sourceOut->mode     = sourceSrc->mode;
Note: See TracChangeset for help on using the changeset viewer.