We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a7e55 commit 4dc6922Copy full SHA for 4dc6922
main/wifi_tls.c
@@ -154,7 +154,7 @@ void wifi_tls_free_context(wifi_tls_context_t *ctx)
154
free(ctx->peer_public_key_pem);
155
free(ctx->server_root_ca_public_key_pem);
156
free(ctx->server_host_name);
157
- memset(ctx, 0, sizeof(wifi_tls_free_context));
+ memset(ctx, 0, sizeof(wifi_tls_context_t));
158
159
free(ctx);
160
}
0 commit comments