Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/15/1999 15:39:37
Module Name:	basesrc
Committed By:	simonb
Date:		Mon Nov 15 23:39:35 UTC 1999

Modified Files:
	basesrc/usr.bin/systat: bufcache.c

Log Message:
Don't free "buf" in closebufcache() - initbufcache() only gets called
once per systat invocation, not each time we switch to the bufcache
display.

Fixes core dump noted by Andy Doran when switching back and forth to
bufcache display.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/systat/bufcache.c

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