Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/VGate/VGate.c')
-rw-r--r--src/VGate/VGate.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/VGate/VGate.c b/src/VGate/VGate.c
index 9b7a18fe..b385ab66 100644
--- a/src/VGate/VGate.c
+++ b/src/VGate/VGate.c
@@ -9,7 +9,6 @@
// Main source
// Comments: Tetsuo Sugiyama, Ph.D.
//
-//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// version 2 as published by the Free Software Foundation.
@@ -80,6 +79,13 @@
// http://www.softether.org/ and ask your question on the users forum.
//
// Thank you for your cooperation.
+//
+//
+// NO MEMORY OR RESOURCE LEAKS
+// ---------------------------
+//
+// The memory-leaks and resource-leaks verification under the stress
+// test has been passed before release this source code.
#include <GlobalConst.h>