mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 03:54:59 -05:00
fixed a small memory leak during the cleanup of config data
This commit is contained in:
parent
9177ce7962
commit
d5bfc60734
@ -222,6 +222,7 @@ void cleanup(int signum)
|
||||
FREE(pmo_configfile);
|
||||
FREE(pmo_proxyhost);
|
||||
FREE(pmo_xfercommand);
|
||||
FREELIST(pmo_holdpkg);
|
||||
|
||||
FREELIST(pm_targets);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user