From owner-cvs-sys Fri Sep 19 19:38:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26872 for cvs-sys-outgoing; Fri, 19 Sep 1997 19:38:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26590; Fri, 19 Sep 1997 19:34:02 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA20590; Fri, 19 Sep 1997 19:29:57 -0700 (PDT) Date: Fri, 19 Sep 1997 19:29:57 -0700 (PDT) Message-Id: <199709200229.TAA20590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/19 19:29:57 PDT Modified files: sys/pci if_de.c Log: ``oops''. I cut/pasted the original free()'s based on mark's suggestion rather than extracting the diff from Mark's patch, but it turns out that I was freeing one allocation twice due to a previous cut/paste braino. My botch, not Mark's. Pointed out by: Mark Valentine Revision Changes Path 1.70 +4 -4 src/sys/pci/if_de.c