Actually enforce _tf_ssb_assert_not_main_thread.

This commit is contained in:
Cory McWilliams 2024-06-17 12:36:54 -04:00
parent b16c37e48b
commit 9efd64bd18

View File

@ -2270,6 +2270,7 @@ static void _tf_ssb_assert_not_main_thread(tf_ssb_t* ssb)
const char* bt = tf_util_backtrace_string();
tf_printf("Acquiring DB from the main thread:\n%s\n", bt);
tf_free((void*)bt);
abort();
}
}