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