Date: Wed, 5 Mar 2003 10:42:34 -0800 (PST) From: Nate Lawson <njl@FreeBSD.org> 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 Message-ID: <200303051842.h25IgYkf081437@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303051842.h25IgYkf081437>