From owner-cvs-usrbin Sun Jan 8 21:59:09 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA20072 for cvs-usrbin-outgoing; Sun, 8 Jan 1995 21:59:09 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA20062; Sun, 8 Jan 1995 21:59:06 -0800 Date: Sun, 8 Jan 1995 21:59:06 -0800 From: David Greenman Message-Id: <199501090559.VAA20062@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ranlib build.c touch.c Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk davidg 95/01/08 21:59:05 Modified: usr.bin/ranlib build.c touch.c Log: Fixed two bugs: some malloced space wasn't freed after it was no longer needed and the file wasn't closed when the -t option was used. Originally by thomas@mathematik.uni-Bremen.de, but were incomplete. Submitted by: thomas@mathematik.uni-Bremen.de and myself