IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2013, 2:12:33 PM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/ppStack/src/ppStackLoop.c

    r35167 r36369  
    8787        pmCellFreeData(options->cells->data[i]);
    8888    }
    89     //    psFree(stack);
     89    //MEH -- must uncomment back out -- unclear is should be moved after pixel rejection
     90    psFree(stack);
    9091
    9192    // Pixel rejection
     
    181182        return false;
    182183    }
    183     //    psFree(stack);
     184    //MEH -- also must uncomment back out..
     185    psFree(stack);
    184186    psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS"));
    185187    ppStackMemDump("cleanup");
Note: See TracChangeset for help on using the changeset viewer.