From d5bfc60734f9bc7ee0877394e667c135081012b7 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Tue, 3 May 2005 17:29:00 +0000 Subject: fixed a small memory leak during the cleanup of config data --- src/pacman/pacman.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 45b5cfd3..39de1f0e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -222,6 +222,7 @@ void cleanup(int signum) FREE(pmo_configfile); FREE(pmo_proxyhost); FREE(pmo_xfercommand); + FREELIST(pmo_holdpkg); FREELIST(pm_targets); -- cgit v1.2.3