Add proper file log closing to shared_memory

This commit is contained in:
Akkadius 2015-01-21 18:54:12 -06:00
parent 0cab51b68b
commit ae5887b915

View File

@ -174,5 +174,7 @@ int main(int argc, char **argv) {
}
}
Log.CloseFileLogs();
return 0;
}