https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117276
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:210b7a0d8cae48268b69a331249e702495cf2639 commit r15-10320-g210b7a0d8cae48268b69a331249e702495cf2639 Author: Jonathan Wakely <[email protected]> Date: Fri Sep 12 12:49:39 2025 +0100 libstdc++: Fix memory leak in PSTL TBB backend [PR117276] Backport of upstream patch: https://github.com/uxlfoundation/oneDPL/pull/1589 libstdc++-v3/ChangeLog: PR libstdc++/117276 * include/pstl/parallel_backend_tbb.h (__func_task::finalize): Make deallocation unconditional. (cherry picked from commit d8f1655a781a76f5c86b3545b181b2005e585d29)
