Subject: CVS commit: src/games/hack
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/24/2006 20:08:54
Module Name:	src
Committed By:	christos
Date:		Mon Apr 24 20:08:54 UTC 2006

Modified Files:
	src/games/hack: hack.pager.c

Log Message:
Coverity CID 3032: Prevent double free: Next to the call of page_more()
there is a comment saying /* does fclose */, but the next line calls
fclose(fp);. Go figure.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/games/hack/hack.pager.c

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