fix dtl server example when freeing stuff

This commit is contained in:
Hideki Miyazaki 2020-02-27 21:56:25 +09:00
parent f568f394b1
commit 2d530499e3

View File

@ -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);
}
}