diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 17:10:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 17:10:18 +0000 |
commit | bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b (patch) | |
tree | 55748ed1435e5a5221b91426ecd284ffa1fe7094 /daemon | |
parent | Releasing debian version 1.43.0-1. (diff) | |
download | netdata-bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b.tar.xz netdata-bb3cae2edeb7b698c9dfcbe74df9eb17d03c771b.zip |
Merging upstream version 1.43.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/main.c b/daemon/main.c index ab7997969..5d25f88b5 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -449,6 +449,7 @@ void netdata_cleanup_and_exit(int ret) { error_limit_static_thread_var(erl, 1, 100 * USEC_PER_MS); error_limit(&erl, "waiting for %zu collectors to finish", running); // sleep_usec(100 * USEC_PER_MS); + cleanup_destroyed_dictionaries(); } } |