mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Fix call to rpmalloc_thread_finalize in manual lifetime use-case.
This commit is contained in:
parent
52643fcd2a
commit
86bc2020cb
@ -24,7 +24,7 @@ public:
|
||||
~ThreadExitHandler()
|
||||
{
|
||||
#ifdef TRACY_MANUAL_LIFETIME
|
||||
rpmalloc_thread_finalize();
|
||||
rpmalloc_thread_finalize( 1 );
|
||||
RpThreadInitDone = false;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user