diff options
| author | 刘畅 <[email protected]> | 2023-03-28 10:35:04 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-03-28 10:35:04 +0000 |
| commit | 54d7bdfd760309474ed2bd13f7940d96fc007451 (patch) | |
| tree | 955c23b1cd46b6837a2a6cb69b1a411e396b22ee /shaping/src/shaper_session.cpp | |
| parent | daac158a2890ab58a826ae973a2e775625d6af07 (diff) | |
| parent | d6e6708cbeefcb90e09bb5fa76133d8f56a7f6ad (diff) | |
Merge branch 'shaping_fieldstat3' into 'rel'v1.1.0
Shaping fieldstat3
See merge request liuchang/shaping-engine!1
Diffstat (limited to 'shaping/src/shaper_session.cpp')
| -rw-r--r-- | shaping/src/shaper_session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
