Fix leaking VFS DirectoryAssetReaders.

This commit is contained in:
Unknown W. Brackets 2013-02-08 10:35:05 -08:00
parent 1e2065a280
commit b82feed816

View File

@ -191,6 +191,8 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
}
}
VFSShutdown();
LogManager::Shutdown();
DialogManager::DestroyAll();
timeEndPeriod(1);