1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-04 17:21:31 +03:00

Finally, the implementation of test code is completed! Ha ha ha

This commit is contained in:
Daiyuu Nobori
2018-10-08 11:50:11 +09:00
parent 2d76507561
commit ee208dd6f0
3 changed files with 253 additions and 4 deletions

View File

@ -1151,6 +1151,11 @@ void PrintKernelStatus()
Print(" !!! MEMORY LEAKS DETECTED !!!\n\n");
if (g_memcheck == false)
{
if (IsHamMode())
{
Print(" Enable /memcheck startup option to see the leaking memory heap.\n");
Print(" Press Enter key to exit the process.\n");
}
GetLine(NULL, 0);
}
}