Subject: CVS commit: src/lib/libform
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/19/2006 20:02:27
Module Name:	src
Committed By:	christos
Date:		Sun Mar 19 20:02:27 UTC 2006

Modified Files:
	src/lib/libform: field_types.c

Log Message:
Coverity CID 1553: Fix memory leak. While here, fix malloc calls:
- don't cast
- use sizeof(var) instead of sizeof(type)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libform/field_types.c

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