K 10 svn:author V 7 oshogbo K 8 svn:date V 27 2016-08-08T06:33:57.261802Z K 7 svn:log V 321 MFC r302966: Fix nvlist array memory leak. When we change nvl_array_next to NULL it means that we want to destroy or take nvlist_array. The nvpair, which stores next nvlist of nvlist_array element is no longer needed and can be freed. Submitted by: Adam Starak Approved by: re (gjb) END