IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 5:37:58 PM (18 years ago)
Author:
Paul Price
Message:

Merging in pap_branch_080908. Was originally going to use it for making stamps tolerant of masked pixels, but that's no longer necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStackReject.c

    r19349 r19482  
    295295    }
    296296
    297     if (threaded) {
     297    // Harvest the jobs
     298    if (threaded) {
     299        psThreadJob *job;                   // Job to destroy
     300        while ((job = psThreadJobGetDone())) {
     301            psFree(job);
     302        }
     303
    298304        psMutexDestroy(source);
    299305    }
     306
    300307    psFree(source);
    301308    bad = psPixelsFromMask(bad, target, PM_STACK_MASK_ALL);
Note: See TracChangeset for help on using the changeset viewer.