fixed a small memory leak during the cleanup of config data
This commit is contained in:
parent
9177ce7962
commit
d5bfc60734
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ void cleanup(int signum)
|
||||||
FREE(pmo_configfile);
|
FREE(pmo_configfile);
|
||||||
FREE(pmo_proxyhost);
|
FREE(pmo_proxyhost);
|
||||||
FREE(pmo_xfercommand);
|
FREE(pmo_xfercommand);
|
||||||
|
FREELIST(pmo_holdpkg);
|
||||||
|
|
||||||
FREELIST(pm_targets);
|
FREELIST(pm_targets);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue