mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-11 21:58:41 +03:00
Delete the key at shutdown
This commit is contained in:
parent
4e50d6714d
commit
fa2af3dedb
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ void _mi_prim_thread_init_auto_done(void) {
|
|||
}
|
||||
|
||||
void _mi_prim_thread_done_auto_done(void) {
|
||||
// nothing to do
|
||||
pthread_key_delete(_mi_heap_default_key);
|
||||
}
|
||||
|
||||
void _mi_prim_thread_associate_default_heap(mi_heap_t* heap) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue