Module Name: src
Committed By: itohy
Date: Wed Sep 23 19:46:01 UTC 1998
Modified Files:
src/usr.sbin/mtree: spec.c
Log Message:
The return value of setmode(3) is a pointer to malloc()'ed area
and must be freed to avoid memory leaks if called repeatedly.