summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-04-13 22:00:05 +0200
committerAurelien Foret <aurelien@archlinux.org>2005-04-13 22:00:05 +0200
commit2669dfeb609a62b8d958af4cd4b2156e11100e1d (patch)
tree5e3c20ccfd1e1ce2dac3d40536ca9ecbe0bd7af8 /lib
parente115a5829e6a9cbde3c16659d626abaca0a7095a (diff)
downloadpacman-2669dfeb609a62b8d958af4cd4b2156e11100e1d.tar.gz
pacman-2669dfeb609a62b8d958af4cd4b2156e11100e1d.tar.xz
replaced a call to list_free by the macro FREELIST
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.c2
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);