From owner-cvs-src Wed Mar 5 10:42:36 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C6637B401; Wed, 5 Mar 2003 10:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B2743FDD; Wed, 5 Mar 2003 10:42:34 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h25IgY0U081438; Wed, 5 Mar 2003 10:42:34 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h25IgYkf081437; Wed, 5 Mar 2003 10:42:34 -0800 (PST) Message-Id: <200303051842.h25IgYkf081437@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 Mar 2003 10:42:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sis.c if_sk.c if_wb.c if_wx.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/03/05 10:42:34 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_dc.c if_pcn.c if_rl.c if_sis.c if_sk.c if_wb.c if_wx.c Log: Fix resource leaks where resources weren't freed in attach() failure. Also fix memory leaks in rl(4) and wb(4) in detach(). Since contigmalloc() is not used in -current, these exact bugs are not present there. Approved by: re (murray) Revision Changes Path 1.9.2.41 +6 -0 src/sys/pci/if_dc.c 1.5.2.10 +2 -0 src/sys/pci/if_pcn.c 1.38.2.16 +3 -1 src/sys/pci/if_rl.c 1.13.4.24 +2 -0 src/sys/pci/if_sis.c 1.19.2.9 +2 -0 src/sys/pci/if_sk.c 1.26.2.6 +4 -2 src/sys/pci/if_wb.c 1.5.2.12 +2 -0 src/sys/pci/if_wx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message