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:
authordnobori <da.git@softether.co.jp>2020-01-01 14:15:26 +0300
committerdnobori <da.git@softether.co.jp>2020-01-01 14:15:26 +0300
commit12b0330d8b67049d5940f0045e45c48092b7cf43 (patch)
tree64f831108ba498c7e30cd7ebd1dbe96829a96c33 /src/Cedar/Session.c
parent53f1f2193835e6af51917e5b4753cca620e1a539 (diff)
v4.32-9731-betav4.32-9731-beta
Diffstat (limited to 'src/Cedar/Session.c')
-rw-r--r--src/Cedar/Session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cedar/Session.c b/src/Cedar/Session.c
index 6a44a1ab..c0374ed8 100644
--- a/src/Cedar/Session.c
+++ b/src/Cedar/Session.c
@@ -1399,6 +1399,7 @@ void CleanupSession(SESSION *s)
ReleaseSharedBuffer(s->IpcSessionSharedBuffer);
+
Free(s);
}
@@ -2361,6 +2362,7 @@ SESSION *NewServerSessionEx(CEDAR *cedar, CONNECTION *c, HUB *h, char *username,
}
}
+
return s;
}