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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user