Subject: CVS commit: src/sys/dev/sysmon
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/08/2007 22:42:37
Module Name:	src
Committed By:	xtraeme
Date:		Sat Sep  8 22:42:37 UTC 2007

Modified Files:
	src/sys/dev/sysmon: sysmon_envsys.c

Log Message:
Fix another memleak that only happened when using
sysmon_envsys_unregister(): in sysmon_envsys_destroy_plist() I wasn't
removing the _objects_ from the dictionary, instead I was calling
prop_object_release() with the keysym returned by
prop_object_iterator_next()... obviously this wasn't correct.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/dev/sysmon/sysmon_envsys.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.