X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_fbhash.c;h=97f21a1f78317ebc4cc5d8ccce7f61dcd322b0ae;hb=65121a18b0d01a120f0931776b1d552c9358f5c6;hp=d20b7e39bdd453de1bdec5c4564ed30e994647a6;hpb=085a993e0f187ad73d3a28cea508ec6e56c39516;p=collectd.git diff --git a/src/utils_fbhash.c b/src/utils_fbhash.c index d20b7e39..97f21a1f 100644 --- a/src/utils_fbhash.c +++ b/src/utils_fbhash.c @@ -234,6 +234,7 @@ void fbh_destroy (fbhash_t *h) /* {{{ */ if (h == NULL) return; + pthread_mutex_destroy (&h->lock); free (h->filename); fbh_free_tree (h->tree); } /* }}} void fbh_destroy */