err_t netconn_delete(struct netconn *conn);
err_t netconn_delete
Deallocates the netconn conn. If the connection is open, it is closed as a result of this call.