]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In r340042 an attempt to quiet coverity warning cid 1305412 was overdone.
authorrgrimes <rgrimes@FreeBSD.org>
Fri, 15 Feb 2019 16:20:21 +0000 (16:20 +0000)
committerrgrimes <rgrimes@FreeBSD.org>
Fri, 15 Feb 2019 16:20:21 +0000 (16:20 +0000)
commit33350bcdbfdbe04190ada45ebf6b244feed82b8a
tree96503edd761b23788bfacd253505b5cd4767e7a3
parent66d25a8e0464325de28f016d4cc7eb22355d89ea
In r340042 an attempt to quiet coverity warning cid 1305412 was overdone.
nopt is the only allocated space,
xopt and cp are aliases into that allocated space.
Remove the 2 unneeded free's

Reported by: Patrick Mooney (@pmooney_pfmooney.com)
Reviewed by: jhb (maintainer), Patrick Mooney (joyent/illumos)
Approved by: bde (mentor)
CID: 1305412
MFC after: 3 days
MFC with: 340042
Differential Revision: https://reviews.freebsd.org/D19200
usr.sbin/bhyve/block_if.c