Subject: Mismatched lws_zalloc / free
This commit is contained in:
parent
12a00ea821
commit
fff2bb5b21
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,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