void TRI_ShutdownC () { TRI_ShutdownSockets(); TRI_ShutdownRandom(); TRI_ShutdownHashes(); TRI_ShutdownLogging(); TRI_ShutdownError(); }
void TRI_ShutdownC () { TRI_ShutdownSockets(); TRI_ShutdownProcess(); TRI_ShutdownRandom(); TRI_ShutdownHashes(); TRI_ShutdownLogging(true); TRI_ShutdownMimetypes(); TRI_ShutdownFiles(); TRI_ShutdownError(); TRI_ShutdownDebugging(); TRI_ShutdownMemory(); }