mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
Support TlsExpansionSlots (>64 TLS slots)
This commit is contained in:
@@ -67,6 +67,7 @@ void wibo::destroyTib(TIB *tibPtr) {
|
||||
if (!tibPtr) {
|
||||
return;
|
||||
}
|
||||
tls::cleanupTib(tibPtr);
|
||||
std::free(tibPtr);
|
||||
}
|
||||
|
||||
@@ -613,6 +614,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
DEBUG_LOG("We came back\n");
|
||||
wibo::shutdownModuleRegistry();
|
||||
wibo::tls::cleanupTib(&tib);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user