mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-05 15:22:22 -04:00
e06ab1b010
When a thread is detached from the main thread, we automatically cleanup any allocated memory. For this we first reset the stack-pointer to the original stack-pointer of the main-thread so we can safely clear the memory which also contains the thread's stack.