Changeset 41532 for trunk/psLib/src/sys/psThread.c
- Timestamp:
- Apr 3, 2021, 2:18:12 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psThread.c
r37050 r41532 296 296 for (int i = 0; i < nThreads; i++) { 297 297 psThread *thread = pool->data[i] = psThreadAlloc(); // Thread for pool 298 // XXX these threads are not destroyed, creating a minor leak 298 299 if (pthread_create(&threads[i], NULL, psThreadLauncher, thread)) { 299 300 psAbort("Unable to create thread");
Note:
See TracChangeset
for help on using the changeset viewer.
