]> git.proxmox.com Git - mirror_zfs.git/commit - cmd/ztest/ztest.c
Free props in ztest_init()
authorRichard Yao <ryao@gentoo.org>
Tue, 21 Jan 2014 01:30:04 +0000 (20:30 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Mar 2014 16:01:48 +0000 (09:01 -0700)
commit85802aa42bf8f878022ec73ddde6bf3702f67d01
treeab63c9848f03aa6d2e8957e79eb932a4f3e2b233
parent0bb89b6c594259829556f6dea5a89e722f214fd3
Free props in ztest_init()

Valgrind complained about this and it's absolutely right.  The
props nvlist was not being freed in ztest_init.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Closes #2174
cmd/ztest/ztest.c