| 2821 | } |
| 2822 | |
| 2823 | void crypt_at_exit() |
| 2824 | { |
| 2825 | KeyCache::GetInstance()->StopClearThread(); |
| 2826 | |
| 2827 | DokanShutdown(); |
| 2828 | |
| 2829 | if (g_DebugLogFile) { |
| 2830 | FILE* fl = g_DebugLogFile; |
| 2831 | g_DebugLogFile = nullptr; |
| 2832 | fclose(fl); |
| 2833 | } |
| 2834 | } |
| 2835 | |
| 2836 | |
| 2837 | static void InitLogging() |
no test coverage detected