Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where thread names are incorrectly set (#254)
Create copy of thread name on heap to prevent pointer reference on callers stack being used. Free heap area for name after use.
- Loading branch information