Date: Sat, 29 Dec 2007 04:56:08 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall index.c Message-ID: <200712290456.lBT4u8Pl093206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kensmith 2007-12-29 04:56:08 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: Plug a memory leak. Once any given package (e.g. perl) was installed we would leak a saved screen for every other package we tried to install that listed perl as one of its dependencies. When installing things like gnome and kde that wound up being a LOT of leaked memory. Insta-MFC request coming so this can be tested as part of 6.3-RC2... Testing help from: kris Revision Changes Path 1.117 +3 -1 src/usr.sbin/sysinstall/index.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712290456.lBT4u8Pl093206>