Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 11/15/2002 19:30:36
Module Name:	syssrc
Committed By:	atatat
Date:		Fri Nov 15 17:30:36 UTC 2002

Modified Files:
	syssrc/sys/uvm: uvm_amap.c

Log Message:
Properly free "newppref", instead of "amap->am_ppref" (oops), and
delay freeing the old am_ppref so that if we bail early due to
malloc() failures, valid ppref data hasn't been freed for no reason.

Based on comments from enami.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/uvm/uvm_amap.c

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