Changeset 26800
- Timestamp:
- Feb 5, 2010, 5:08:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psLib/src/imageops/psImageCovariance.c
r26795 r26800 175 175 psFree(covar); 176 176 177 if ( !psThreadPoolWait(true)) {177 if (threaded && !psThreadPoolWait(true)) { 178 178 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 179 179 return false; … … 340 340 psFree(covar); 341 341 342 if ( !psThreadPoolWait(true)) {342 if (threaded && !psThreadPoolWait(true)) { 343 343 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 344 344 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
