Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/23/2004 16:06:52
Module Name:	src
Committed By:	christos
Date:		Mon Feb 23 16:06:52 UTC 2004

Modified Files:
	src/lib/libc/net: getprotoent_r.c getservent_r.c

Log Message:
- fix a memory leak on the current line buffer.
- fix a memory leak on realloc failure.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/net/getprotoent_r.c \
    src/lib/libc/net/getservent_r.c

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