bugfix:修复packet io内存泄漏
This commit is contained in:
@@ -169,7 +169,7 @@ struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const ch
|
||||
g_packet_io_logger = packet_io_logger;
|
||||
struct acceptor_kni_v4 *acceptor_ctx = acceptor_ctx_create(profile, packet_io_logger);
|
||||
if (acceptor_ctx == NULL)
|
||||
goto error_out;
|
||||
return NULL;
|
||||
|
||||
acceptor_ctx->ref_proxy = proxy;
|
||||
for (int i = 0; i < acceptor_ctx->nr_worker_threads; i++) {
|
||||
|
||||
Reference in New Issue
Block a user