IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36365


Ignore:
Timestamp:
Dec 10, 2013, 1:05:46 PM (13 years ago)
Author:
mhuber
Message:

actually do psFree has to be used/uncomment back in in ppStack, actual cause of any possible abort must rather itself be fixed...

File:
1 edited

Legend:

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

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