Subject: Mismatched lws_zalloc / free
authorCory McWilliams <cmcwilliams@velanstudios.com>
Wed, 16 Aug 2017 20:03:12 +0000 (16:03 -0400)
committerAndy Green <andy@warmcat.com>
Wed, 16 Aug 2017 23:31:10 +0000 (07:31 +0800)
lib/context.c

index e8066b7..37219cd 100644 (file)
@@ -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 **)