jrmadsen / PTL

Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task queue
MIT License
43 stars 13 forks source link

Address resource leakage, unneeded dereferences, noxcept issue identified by Geant4 Coverity checks #38

Closed drbenmorgan closed 2 years ago

drbenmorgan commented 2 years ago

The current round of Coverity static analysis identified a couple of minor issues in PTL, which this PR attempts to address: