From 2c386b11f8fdb1d78848f98012ade8a04d845d06 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Wed, 7 Nov 2018 04:20:29 +0000 Subject: [PATCH] Revert my bogus attempt to silence coverity on r340045, it created more bad side effects than good. PR: 233038 Submitted by: We Maag --- usr.sbin/bhyve/pci_fbuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bhyve/pci_fbuf.c b/usr.sbin/bhyve/pci_fbuf.c index 8ed340580b5d..2669ea14d3f4 100644 --- a/usr.sbin/bhyve/pci_fbuf.c +++ b/usr.sbin/bhyve/pci_fbuf.c @@ -319,7 +319,6 @@ pci_fbuf_parse_opts(struct pci_fbuf_softc *sc, char *opts) } done: - free(uopts); return (ret); }