mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Subject: Mismatched lws_zalloc / free
This commit is contained in:
parent
872e8d7e9d
commit
4b24369d64
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ lws_create_vhost(struct lws_context *context,
|
|||
vh->protocols = lwsp;
|
||||
else {
|
||||
vh->protocols = info->protocols;
|
||||
free(lwsp);
|
||||
lws_free(lwsp);
|
||||
}
|
||||
|
||||
vh->same_vh_protocol_list = (struct lws **)
|
||||
|
|
Loading…
Add table
Reference in a new issue