Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/10/2007 07:58:27
Module Name: src
Committed By: enami
Date: Wed Jan 10 07:58:27 UTC 2007
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
Plug another memory leak in __sigtimedwait1() which is introduced
by rev. 1.208: free `waitset' and ksiginfo on success.
To generate a diff of this commit:
cvs rdiff -r1.241 -r1.242 src/sys/kern/kern_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.