replaced a call to list_free by the macro FREELIST

This commit is contained in:
Aurelien Foret 2005-04-13 20:00:05 +00:00
parent e115a5829e
commit 2669dfeb60

View file

@ -698,7 +698,7 @@ int alpm_list_free(PM_LIST *entry)
if(entry) {
/* ORE
does not free all memory for packages... */
pm_list_free(entry);
FREELIST(entry);
}
return(0);