replaced a call to list_free by the macro FREELIST
This commit is contained in:
parent
e115a5829e
commit
2669dfeb60
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue