mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
parent
a2d15615f3
commit
bb2e2ff997
@ -1223,6 +1223,9 @@ void CleanupSession(SESSION *s)
|
||||
// Release the client connection options
|
||||
if (s->ClientOption != NULL)
|
||||
{
|
||||
#ifdef OS_UNIX
|
||||
UnixVLanSetState(s->ClientOption->DeviceName, false);
|
||||
#endif
|
||||
Free(s->ClientOption);
|
||||
}
|
||||
|
||||
@ -1278,12 +1281,7 @@ void CleanupSession(SESSION *s)
|
||||
{
|
||||
FreePacketAdapter(s->PacketAdapter);
|
||||
}
|
||||
#ifdef OS_UNIX
|
||||
if (s->ClientOption != NULL)
|
||||
{
|
||||
UnixVLanSetState(s->ClientOption->DeviceName, false);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (s->OldTraffic != NULL)
|
||||
{
|
||||
FreeTraffic(s->OldTraffic);
|
||||
|
Loading…
Reference in New Issue
Block a user