Subject: CVS commit: syssrc/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 07/31/2001 23:03:04
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Jul 31 20:03:03 UTC 2001

Modified Files:
	syssrc/sys/lib/libsa: loadfile.c

Log Message:
Fix a small memory leak when counting the size of the symbol table (shp was
ALLOC'ed if (LOAD_SYM|COUNT_SYM), but FREEd if (LOAD_SYM)).


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/lib/libsa/loadfile.c

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