mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() To get a clean bill of health from valgrind, we have to have a way to inform the user code that we're going down and it should free everything it is holding that was malloc'd. This patch introduces LWS_CALLBACK_PROTOCOL_DESTROY which each protocol gets when the context is being destroyed and no more activity will come after that call. They can get rid of everything there. To match it, LWS_CALLBACK_PROTOCOL_INIT is introduced which would allow one-time init per protocol too. Signed-off-by: Andy Green <andy.green@linaro.org> |
||
---|---|---|
.. | ||
.gitignore | ||
favicon.ico | ||
libwebsockets.org-logo.png | ||
Makefile.am | ||
test-client.c | ||
test-echo.c | ||
test-fraggle.c | ||
test-ping.c | ||
test-server.c | ||
test.html |