src/net/net_mod_socket_wrapper.cpp
@@ -16,8 +16,8 @@ * 关闭 */ void net_mod_socket_close(void *_socket) { NetModSocket *sockt = (NetModSocket *)_socket; delete sockt; // NetModSocket *sockt = (NetModSocket *)_socket; // delete sockt; } int net_mod_socket_stop(void *_socket) {