X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstatsd.c;h=54b6e943618d8f65b19c1a538a0cdf6758442814;hb=0ba2f3a1a1db4ed7ce6f990b22b9605e19fc7ab9;hp=d12cb0d5b83d5677f0ba8125c7d29250e7db3353;hpb=f7f5868ee0378791ccd8d1788e27ebf2a02737dc;p=collectd.git diff --git a/src/statsd.c b/src/statsd.c index d12cb0d5..54b6e943 100644 --- a/src/statsd.c +++ b/src/statsd.c @@ -941,8 +941,6 @@ static int statsd_shutdown (void) /* {{{ */ void *key; void *value; - pthread_mutex_lock (&metrics_lock); - if (network_thread_running) { network_thread_shutdown = 1; @@ -951,6 +949,8 @@ static int statsd_shutdown (void) /* {{{ */ } network_thread_running = 0; + pthread_mutex_lock (&metrics_lock); + while (c_avl_pick (metrics_tree, &key, &value) == 0) { sfree (key);