Minor refactoring of free

This commit is contained in:
Stephen Seo 2024-11-14 13:40:59 +09:00
parent 5c5bfe1959
commit 411e81b614

View file

@ -70,10 +70,10 @@ extern "C" {
std::clog << "attempting to free"; std::clog << "attempting to free";
} }
if (!SC_AM_Internal::stats->do_free(ptr)) { // TODO maybe handle boolean result, but already prints warnings on error.
SC_AM_Internal::stats->do_free(ptr);
std::clog << std::endl; std::clog << std::endl;
} }
}
} }
// vim: et sw=2 ts=2 sts=2 // vim: et sw=2 ts=2 sts=2