HomeFreeBSD

MFC r302966:

Description

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 <starak.adam@gmail.com>
Approved by:	re (gjb)

Details

Provenance
oshogboAuthored on
Parents
rS303825: MFC r302965:
Branches
Unknown
Tags
Unknown