Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/08/1998 01:20:38
Module Name:	src
Committed By:	itohy
Date:		Thu Oct  8 08:20:38 UTC 1998

Modified Files:
	src/usr.bin/xlint/xlint: xlint.c
Log Message:
Eliminate memory leaks.
Use  xrealloc()  rather than  xmalloc/memcpy/free  trio.