[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.3.0-21-ga2cd489
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, maint has been updated via a2cd48960e33043f75c81e0ecbc2d33b20b695fe (commit) from 2e7c569950f3a6f651fb4850cb320068e2261198 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2cd48960e33043f75c81e0ecbc2d33b20b695fe Author: Xavier Chantry <shiningxc@gmail.com> Date: Tue Sep 8 00:45:56 2009 +0200 Fix a memleak involving lazy DB loading Lazy opening of databases is supported since 34e1413d75. We don't need that setlibpath call each time we register a database. Besides this caused a memleak in case setlibpath failed, because setlibpath exit directly and we did not do the cleanup part (section string was not freed, and a file descriptor remained open). Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: src/pacman/pacman.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org