Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2004 13:20:19 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make arch.c dir.c dir.h main.c nonints.h parse.c str.c suff.c targ.c var.c
Message-ID:  <200412171320.iBHDKJni060583@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2004-12-17 13:20:19 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c dir.c dir.h main.c nonints.h 
                         parse.c str.c suff.c targ.c var.c 
  Log:
  Remove all the cleanup functions. There is no reason to free memory
  just before exiting (especially given the number of memory leaks) -
  it just costs time.
  
  Revision  Changes    Path
  1.43      +0 -55     src/usr.bin/make/arch.c
  1.45      +0 -27     src/usr.bin/make/dir.c
  1.16      +0 -1      src/usr.bin/make/dir.h
  1.110     +0 -8      src/usr.bin/make/main.c
  1.28      +0 -6      src/usr.bin/make/nonints.h
  1.67      +0 -13     src/usr.bin/make/parse.c
  1.34      +0 -18     src/usr.bin/make/str.c
  1.39      +6 -28     src/usr.bin/make/suff.c
  1.34      +0 -22     src/usr.bin/make/targ.c
  1.58      +0 -7      src/usr.bin/make/var.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412171320.iBHDKJni060583>