Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Arnaud Lacombe <alc@netbsd.org>
List: source-changes
Date: 12/27/2006 17:50:27
Module Name:	src
Committed By:	alc
Date:		Wed Dec 27 17:50:27 UTC 2006

Modified Files:
	src/usr.bin/config: hash.c

Log Message:
Fix a typo in ht_free() which caused the last list of the hashtable to be ignored.
It caused config(1) to crash on the following assert() if the list was used.

This bug shows up after the recent change in files.c which fixed a memory leak.

pointed out by dogcow@
reviewed by cube@


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/config/hash.c

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