From 55b82e9f049c9ec9bce3e8f8d309a01b3619ecc2 Mon Sep 17 00:00:00 2001 From: liuchang Date: Thu, 23 Mar 2023 11:51:15 +0000 Subject: suit filestat3 --- shaping/src/shaper_session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shaping/src/shaper_session.cpp') diff --git a/shaping/src/shaper_session.cpp b/shaping/src/shaper_session.cpp index badcea9..6194a90 100644 --- a/shaping/src/shaper_session.cpp +++ b/shaping/src/shaper_session.cpp @@ -80,7 +80,7 @@ void shaper_session_data_free_cb(void *session_data, void *data) struct shaping_thread_ctx *ctx = (struct shaping_thread_ctx *)data; if (sf) { - shaper_queue_clear(sf, &ctx->stat->stat_hashtbl, ctx); + shaper_queue_clear(sf, ctx); shaping_flow_free(sf); } -- cgit v1.2.3