Changeset 20838 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Nov 25, 2008, 4:38:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r20832 r20838 327 327 psThreadJob *job; // Job to destroy 328 328 while ((job = psThreadJobGetDone())) { 329 psAssert(strcmp(job->type, "PSMODULES_STACK_REJECT_GROW") == 0, 330 "Job has incorrect type: %s", job->type); 329 331 psFree(job); 330 332 }
Note:
See TracChangeset
for help on using the changeset viewer.
