IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 4:38:57 PM (17 years ago)
Author:
Paul Price
Message:

Ensure thread jobs have the expected type when harvesting.

File:
1 edited

Legend:

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

    r20832 r20838  
    327327        psThreadJob *job;                   // Job to destroy
    328328        while ((job = psThreadJobGetDone())) {
     329            psAssert(strcmp(job->type, "PSMODULES_STACK_REJECT_GROW") == 0,
     330                     "Job has incorrect type: %s", job->type);
    329331            psFree(job);
    330332        }
Note: See TracChangeset for help on using the changeset viewer.