mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 15:56:15 -04:00
close -> EVUTIL_CLOSESOCKET
svn:r909
This commit is contained in:
parent
1b40a378d1
commit
9ee4990f6c
@ -1270,7 +1270,7 @@ http_multi_line_header_test(void)
|
|||||||
event_dispatch();
|
event_dispatch();
|
||||||
|
|
||||||
bufferevent_free(bev);
|
bufferevent_free(bev);
|
||||||
close(fd);
|
EVUTIL_CLOSESOCKET(fd);
|
||||||
|
|
||||||
evhttp_free(http);
|
evhttp_free(http);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user