Changeset 18967 for trunk/pswarp/src/pswarpTransformReadout.c
- Timestamp:
- Aug 8, 2008, 8:17:12 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpTransformReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpTransformReadout.c
r18884 r18967 84 84 return false; 85 85 } 86 psFree (args); 86 psFree(job); 87 psFree(args); 87 88 } 88 89 } … … 90 91 // wait for the threads to finish and manage results 91 92 // wait here for the threaded jobs to finish 92 if (!psThreadPoolWait ( )) {93 if (!psThreadPoolWait (false)) { 93 94 psError(PS_ERR_UNKNOWN, false, "Unable to interpolate image."); 94 95 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
