Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 09/16/2007 19:03:52
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sun Sep 16 19:03:52 UTC 2007

Modified Files:
	pkgsrc/pkgtools/pkg_install/files/lib: defs.h dewey.c version.h

Log Message:
Fix a major memory leak in Dewey that existed sine ~forever.
This was made a lot more critical with the changes to use the iteration
API, as that is running a lot more Dewey comparisions.

Thanks to adrianp and wiz for the reports.

Bump to 20070916.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/pkgtools/pkg_install/files/lib/defs.h
cvs rdiff -r1.6 -r1.7 pkgsrc/pkgtools/pkg_install/files/lib/dewey.c
cvs rdiff -r1.81 -r1.82 pkgsrc/pkgtools/pkg_install/files/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.