IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2021, 2:18:12 PM (5 years ago)
Author:
eugene
Message:

minor comment changes

File:
1 edited

Legend:

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

    r37050 r41532  
    296296    for (int i = 0; i < nThreads; i++) {
    297297        psThread *thread = pool->data[i] = psThreadAlloc(); // Thread for pool
     298        // XXX these threads are not destroyed, creating a minor leak
    298299        if (pthread_create(&threads[i], NULL, psThreadLauncher, thread)) {
    299300            psAbort("Unable to create thread");
Note: See TracChangeset for help on using the changeset viewer.