From owner-cvs-all Wed Jun 19 10:39:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8238337B40D; Wed, 19 Jun 2002 10:39:36 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JHdaJ53469; Wed, 19 Jun 2002 10:39:36 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206191739.g5JHdaJ53469@freefall.freebsd.org> From: Juli Mallett Date: Wed, 19 Jun 2002 10:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/19 10:39:36 PDT Modified files: usr.bin/make var.c Log: Fix a memory leak from previous commit by freeing the possibly expanded string at the first opportunity, being sure to now always allocate the new string from VarPossiblyExpand. Oops. Revision Changes Path 1.28 +8 -2 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message