summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c1
1 files changed, 1 insertions, 0 deletions
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);