IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2012, 4:39:42 PM (14 years ago)
Author:
eugene
Message:

plug some leaks; clear faults on threads after counting the faults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.c

    r33089 r34153  
    343343            psThread *thread = pool->data[i];
    344344            if (thread->fault) {
     345                // we had a fault on this thread -- clear the fault and keep going, but record
     346                // the fault.
    345347                numFaults++;
     348                thread->fault = false;
    346349            }
    347350        }
Note: See TracChangeset for help on using the changeset viewer.