svn commit: r340210 - head/usr.sbin/bhyve

Marcelo Araujo araujo at FreeBSD.org
Wed Nov 7 04:20:30 UTC 2018


Author: araujo
Date: Wed Nov  7 04:20:29 2018
New Revision: 340210
URL: https://svnweb.freebsd.org/changeset/base/340210

Log:
  Revert my bogus attempt to silence coverity on r340045, it created
  more bad side effects than good.
  
  PR:		233038
  Submitted by:	We Maag <jwmaag at gmail.com>

Modified:
  head/usr.sbin/bhyve/pci_fbuf.c

Modified: head/usr.sbin/bhyve/pci_fbuf.c
==============================================================================
--- head/usr.sbin/bhyve/pci_fbuf.c	Wed Nov  7 01:42:00 2018	(r340209)
+++ head/usr.sbin/bhyve/pci_fbuf.c	Wed Nov  7 04:20:29 2018	(r340210)
@@ -319,7 +319,6 @@ pci_fbuf_parse_opts(struct pci_fbuf_softc *sc, char *o
 	}
 
 done:
-	free(uopts);
 	return (ret);
 }
 


More information about the svn-src-all mailing list