mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-22 03:50:04 +00:00
Add Address Sanitizer suppression list.
This replaces the unnecessary deallocations on program termination. Passing in the suppression list environment variable via setenv() doesn't seem to work, so I've added a comment in the Makefile to explain invocation.
This commit is contained in:
@@ -49,9 +49,6 @@ void terminate(int arg) {
|
||||
shardThread->join();
|
||||
}
|
||||
|
||||
TableData::cleanup();
|
||||
ChunkManager::cleanup();
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user