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);