re-add missing thread_init needed when running in debug mode

This commit is contained in:
daan 2019-07-21 13:03:51 -07:00
parent f0de0b6f68
commit 40cb631683

View File

@ -172,7 +172,7 @@ void mi_collect(bool force) mi_attr_noexcept {
----------------------------------------------------------- */
mi_heap_t* mi_heap_get_default(void) {
// mi_thread_init();
mi_thread_init();
return mi_get_default_heap();
}