Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition on process listing
Previously the process listing had a race condition where it could deallocate the queue before the process discovery thread ended its job. This commit fix this by checking if the thread ended before destroying the queue. Signed-off-by: Giuliano Belinassi <[email protected]>
- Loading branch information