Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id EFE1E63C1DB for ; Sun, 1 Mar 2009 18:22:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 96E8263B252; Sun, 1 Mar 2009 18:22:32 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id CB57A63B1D6 for ; Sun, 1 Mar 2009 18:22:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B7616175D0; Sun, 1 Mar 2009 18:22:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 1 Mar 2009 18:22:31 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/sysutils/hal To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org Message-Id: <20090301182231.B7616175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: jmcneill Date: Sun Mar 1 18:22:31 UTC 2009 Modified Files: pkgsrc/sysutils/hal: Makefile pkgsrc/sysutils/hal/files/hald-netbsd: envsys.c Log Message: Plug a memory leak in envsys_timeout; the caller of prop_dictionary_all_keys is responsible for freeing allocated memory. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/hal/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/hal/files/hald-netbsd/envsys.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.