K 10 svn:author V 7 asomers K 8 svn:date V 27 2014-03-28T15:09:35.180229Z K 7 svn:log V 234 MFC r262912 cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.c Fix a memory leak in uu_avl_pool_create: pthread_mutex_init without a corresponding pthread_mutex_destroy. It shows up, among other places, when doing "zfs list". END