diff options
| author | liuchang <[email protected]> | 2023-03-23 11:51:15 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-23 11:51:15 +0000 |
| commit | 55b82e9f049c9ec9bce3e8f8d309a01b3619ecc2 (patch) | |
| tree | 0dcde3374513c5eb63ae6d418651b1a89b9a0378 /shaping/src/shaper_session.cpp | |
| parent | daac158a2890ab58a826ae973a2e775625d6af07 (diff) | |
suit filestat3
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); } |
