Date: Wed, 19 Jun 2002 10:39:36 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c Message-ID: <200206191739.g5JHdaJ53469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206191739.g5JHdaJ53469>
