index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-01-12 20:18:20 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-12 20:18:20 -0600 |
commit | 4f267017936471c8248a85f8d86aabb96e66c7e8 (patch) | |
tree | de07836594dfb40067fab79b9ec11bfa6a215990 /lib/libalpm | |
parent | 435ec29bc75fc9efd81472ce2f53d081f8be14b8 (diff) |
-rw-r--r-- | lib/libalpm/conflict.c | 2 |
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index aec2080a..0fad4e4a 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -101,7 +101,7 @@ static int does_conflict(pmpkg_t *pkg1, const char *conflict, pmpkg_t *pkg2) _alpm_log(PM_LOG_DEBUG, "package %s conflicts with %s (by %s)\n", pkg1name, pkg2name, conflict); } - FREE(conf); + _alpm_dep_free(conf); return(match); } |