Subject: Mismatched lws_zalloc / free
This commit is contained in:
parent
7c41ff6a37
commit
c5d29ba5e9
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