projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5939d3a
)
test-server-libuv: add missing call to lws_context_destroy2()
author
Andy Green
<andy@warmcat.com>
Wed, 28 Jun 2017 03:21:03 +0000
(11:21 +0800)
committer
Andy Green
<andy@warmcat.com>
Wed, 28 Jun 2017 03:37:15 +0000
(11:37 +0800)
test-server/test-server-libuv.c
patch
|
blob
|
history
diff --git
a/test-server/test-server-libuv.c
b/test-server/test-server-libuv.c
index cf8d7556bf4d6260acf301177451640a15e22e0d..bf6c90aa66e82b3c3ab4155f3366ab0af224b57e 100644
(file)
--- a/
test-server/test-server-libuv.c
+++ b/
test-server/test-server-libuv.c
@@
-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");