Changeset 34154
- Timestamp:
- Jul 13, 2012, 4:40:30 PM (14 years ago)
- Location:
- tags/ipp-20120626/psLib
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/imageops/psImageMapFit.c (modified) (2 diffs)
-
src/sys/psThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120626/psLib
- Property svn:mergeinfo set to
-
tags/ipp-20120626/psLib/src/imageops/psImageMapFit.c
r30078 r34154 317 317 psFree (A); 318 318 psFree (B); 319 psFree (Empty); 319 320 return true; 320 321 } … … 408 409 if (!*pGoodFit) { 409 410 psWarning ("bad fit to image map, try something else"); 411 psFree(resid); 412 if (!inMask) psFree (mask); 410 413 return true; 411 414 } -
tags/ipp-20120626/psLib/src/sys/psThread.c
r33089 r34154 343 343 psThread *thread = pool->data[i]; 344 344 if (thread->fault) { 345 // we had a fault on this thread -- clear the fault and keep going, but record 346 // the fault. 345 347 numFaults++; 348 thread->fault = false; 346 349 } 347 350 }
Note:
See TracChangeset
for help on using the changeset viewer.
