1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

test-server-libuv: add missing call to lws_context_destroy2()

This commit is contained in:
Andy Green 2017-06-28 11:21:03 +08:00
parent 5939d3a961
commit 0e222ab084

View file

@ -463,6 +463,7 @@ int main(int argc, char **argv)
bail:
lws_context_destroy(context);
lws_context_destroy2(context);
}
lwsl_notice("libwebsockets-test-server exited cleanly\n");