diff options
| author | 刘畅 <[email protected]> | 2023-06-07 10:27:53 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-06-07 10:27:53 +0000 |
| commit | d3931b1019fb512972d67c1f8ef6ab14b20b6da9 (patch) | |
| tree | 59b542343eb41b8d54f3380e27e75cc29ae2cee2 /shaping/src/main.cpp | |
| parent | 5d64344e2830620cbf9b95d3aa4f535642f1f26e (diff) | |
| parent | 384e1a444b113a93f66f8b882a51d211fc038846 (diff) | |
Merge branch 'bugfix_memory_leak' into 'rel'v1.2.3
Bugfix memory leak
See merge request tango/shaping-engine!28
Diffstat (limited to 'shaping/src/main.cpp')
| -rw-r--r-- | shaping/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp index f07787f..91d245f 100644 --- a/shaping/src/main.cpp +++ b/shaping/src/main.cpp @@ -18,7 +18,6 @@ static void *shaper_thread_loop(void *data) struct shaping_thread_ctx *ctx = (struct shaping_thread_ctx *)data; marsio_thread_init(ctx->marsio_info->instance); - shaper_stat_tags_init(); //loop to process pkts while(1) { |
