diff options
-rw-r--r-- | lib/libalpm/alpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 63e66344..8afe73b4 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -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); |