]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Coverity CID 3032: Prevent double free: Next to the call of page_more()
authorchristos <christos@NetBSD.org>
Mon, 24 Apr 2006 20:08:54 +0000 (20:08 +0000)
committerchristos <christos@NetBSD.org>
Mon, 24 Apr 2006 20:08:54 +0000 (20:08 +0000)
commit5adf2c6962358bfc33c84e1b6cbbf88e1703cfe9
tree9e9a3dd056560a96250470e91b158d40e5e80134
parentba5c3b560392ec58e721d60d7415a27fab6729dd
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.
hack/hack.pager.c