Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 14ca5370be1aba5887cbcce114009fb02c72ffc1
https://github.com/synfig/synfig/commit/14ca5370be1aba5887cbcce114009fb02c72ffc1
Author: rodolforg <[email protected]>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M synfig-core/src/synfig/threadpool.cpp
Log Message:
-----------
Fixed memory leak when destroying ThreadPool (#1651)
ThreadPools::threads is filled with threads allocated in ThreadPool::wakeup() .
They're never destroyed.
They can be safely deleted after joined.
https://stackoverflow.com/questions/30090299/delete-stdthread-after-calling-join
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl