fix dtl server example when freeing stuff
This commit is contained in:
parent
f568f394b1
commit
2d530499e3
@ -174,8 +174,8 @@ public class wolfSSL_DTLS_Server
|
||||
}
|
||||
|
||||
Console.WriteLine("At the end freeing stuff");
|
||||
udp.Close();
|
||||
wolfssl.shutdown(ssl);
|
||||
udp.Close();
|
||||
clean(ssl, ctx);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user