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:
parent
5939d3a961
commit
0e222ab084
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue