1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

fixed a small memory leak during the cleanup of config data

This commit is contained in:
Aurelien Foret 2005-05-03 17:29:00 +00:00
parent 9177ce7962
commit d5bfc60734

View File

@ -222,6 +222,7 @@ void cleanup(int signum)
FREE(pmo_configfile);
FREE(pmo_proxyhost);
FREE(pmo_xfercommand);
FREELIST(pmo_holdpkg);
FREELIST(pm_targets);