修复多处内存泄漏。
This commit is contained in:
@@ -1434,7 +1434,7 @@ void ssl_connect_client_ctx_free(struct ssl_connect_client_ctx * ctx)
|
||||
{
|
||||
ssl_stream_free(ctx->downstream);
|
||||
}
|
||||
|
||||
free(ctx);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user