DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make
dillon 2004/11/12 13:46:09 PST
DragonFly src repository
Modified files:
usr.bin/make job.c
Log:
The strings package passes back a pointer via brk_string() to internal
memory, it should not be deallocated. The memory is allocated in str_init()
and release in str_end() which are only called in main().
Submitted-by: Max Okumoto <okumoto@home>
Taken-from: FreeBSD/1.22
Revision Changes Path
1.6 +0 -6 src/usr.bin/make/job.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.5&r2=1.6&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]