Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'offline renderer' thread cleanup
Offline renderer thread in most of the cases doesn't clean up its resources. Thread should be joined on every exit, not only when rendering process is in progress. This problem was detected during webaudio testing which revealed memory leakage.
- Loading branch information