Index: head/usr.sbin/bhyve/block_if.c =================================================================== --- head/usr.sbin/bhyve/block_if.c +++ head/usr.sbin/bhyve/block_if.c @@ -576,8 +576,6 @@ err: if (fd >= 0) close(fd); - free(cp); - free(xopts); free(nopt); return (NULL); }