Received: by mail.netbsd.org (Postfix, from userid 0) id E08FD63B162; Thu, 3 Dec 2009 09:40:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 593F163B1D7 for ; Thu, 3 Dec 2009 09:40:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 45845175DD; Thu, 3 Dec 2009 09:40:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 3 Dec 2009 09:40:00 +0000 From: Stephen Borrill Subject: CVS commit: [netbsd-5] src/sys/net To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091203094000.45845175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: sborrill Date: Thu Dec 3 09:40:00 UTC 2009 Modified Files: src/sys/net [netbsd-5]: if_tap.c Log Message: Pull up the following revisions(s) (requested by plunky in ticket #1173): sys/net/if_tap.c: revision 1.60 Fix a potential leak on tap device close; purging the send queue did not actually release the dequeued mbufs. To generate a diff of this commit: cvs rdiff -u -r1.47.4.6 -r1.47.4.7 src/sys/net/if_tap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.