forked from Mirrors/privacore-open-source-search-engine
removed no-op code in mem::~Mem()
This also stopped a an error from ocurreing in the thread-chinking version because when global destructors are run then parts of pthreads no longer works
This commit is contained in:
1
Mem.cpp
1
Mem.cpp
@ -234,7 +234,6 @@ Mem::Mem() {
|
||||
}
|
||||
|
||||
Mem::~Mem() {
|
||||
if ( getUsedMem() == 0 ) return;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user