Compare commits

..

No commits in common. "92b31de4a9fbc6fb10eacfa26212f310850d7c7d" and "256614dbafef1c1170792540ad7d9183c7743267" have entirely different histories.

2 changed files with 2 additions and 5 deletions

2
deps/libbacktrace vendored

@ -1 +1 @@
Subproject commit 4ead348bb45f753121ca0bd44170ff8352d4c514
Subproject commit 11427f31a64b11583fec94b4c2a265c7dafb1ab3

View File

@ -438,10 +438,7 @@ const char* tf_util_backtrace_string()
void tf_util_print_backtrace()
{
const char* bt = tf_util_backtrace_string();
if (bt)
{
tf_printf("%s\n", bt);
}
tf_printf("%s\n", bt);
tf_free((void*)bt);
}