K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-12-15T18:28:22.563180Z K 7 svn:log V 304 MFV r275784: Plug a memory leak in libzfs. In zfs_iter_bookmarks, an nvlist is allocated before calling lzc_get_bookmarks, which allocates the nvlist again (and overwrites the pointer to previously allocated list). Illumos issue: 5427 memory leak in libzfs when doing rollback MFC after: 2 weeks END