<HTML><BODY>Hello,<br>there's a small memory leak in the rculfhash observed under FreeBSD-10 when destroying a table. <br>The line<br>pthread_mutex_init(&ht->resize_mutex, NULL);<br>actually calloc's some memory for resize_mutex, and there should be a call to pthread_mutex_destroy(3) in cds_lfht_destroy to free it. There's no such call in the latest (0.9.2) Userspace RCU.<br>Cheers!<br></BODY></HTML>