Received: by mail.netbsd.org (Postfix, from userid 605) id BA9FE85E9B; Sat, 15 Oct 2016 08:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48AA185E84 for ; Sat, 15 Oct 2016 08:37:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Rq16jazPPB6G for ; Sat, 15 Oct 2016 08:37:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA03585E82 for ; Sat, 15 Oct 2016 08:37:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3A26FBD2; Sat, 15 Oct 2016 08:37:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 15 Oct 2016 08:37:55 +0000 From: "Maxime Villard" Subject: CVS commit: src/sys/dev/if_ndis To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161015083755.D3A26FBD2@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maxime Villard" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: maxv Date: Sat Oct 15 08:37:55 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: There are several leaks in here, just fix one that should have been fixed in rev1.21 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/if_ndis/if_ndis_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.