static void Z_Close(void) { Z_CloseLogFile(); #ifdef DUMPONEXIT Z_PrintZoneHeap(); #endif }
// // Z_Close // // davidph 06/17/12: User must find the right time to call this. // void (Z_Close)(__string file, int line) { Z_CloseLogFile(); #ifdef DUMPONEXIT Z_PrintZoneHeap(); #endif // Probably not a good idea. //zone = rover = zonebase = NULL; }