summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/conf.c')
-rw-r--r--src/pacman/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/conf.c b/src/pacman/conf.c
index 92c6f4eb..a8da49c5 100644
--- a/src/pacman/conf.c
+++ b/src/pacman/conf.c
@@ -62,6 +62,7 @@ int config_free(config_t *oldconfig)
free(oldconfig->dbpath);
free(oldconfig->logfile);
free(oldconfig->xfercommand);
+ free(oldconfig->print_format);
free(oldconfig);
oldconfig = NULL;