Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2018 04:20:29 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340210 - head/usr.sbin/bhyve
Message-ID:  <201811070420.wA74KTCj009333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811070420.wA74KTCj009333>