Skip to content
Snippets Groups Projects
Commit e02a9998 authored by Andy Green's avatar Andy Green
Browse files

client: stop stash leak on error path

parent a0581a92
No related branches found
No related tags found
No related merge requests found
......@@ -423,6 +423,7 @@ oom4:
goto failed1;
lws_remove_from_timeout_list(wsi);
lws_header_table_detach(wsi, 0);
lws_client_stash_destroy(wsi);
lws_free(wsi);
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment