X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_fbhash.c;h=97f21a1f78317ebc4cc5d8ccce7f61dcd322b0ae;hb=d189964960c406ddaff60e47b4ae01fcc38bec45;hp=d20b7e39bdd453de1bdec5c4564ed30e994647a6;hpb=9d15d1058b93acb7be041934acfe76548539041a;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 */