IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2013, 12:53:15 PM (13 years ago)
Author:
mhuber
Message:

misc ppStack issues -- if cfitsio fault then really want status as well as filename; 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

    r35167 r36364  
    8787        pmCellFreeData(options->cells->data[i]);
    8888    }
    89     //    psFree(stack);
     89    //MEH -- uncomment back out
     90    //psFree(stack);
    9091
    9192    // Pixel rejection
     
    181182        return false;
    182183    }
    183     //    psFree(stack);
     184    //MEH 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.