index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aurelien Foret <aurelien@archlinux.org> | 2005-04-24 20:04:26 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-04-24 20:04:26 +0000 |
commit | 55704d374255fa39e74af5c46c144c2d37d01650 (patch) | |
tree | 613b9c3c95a0a888894d4a1b61a956e8245d4468 /lib/libalpm | |
parent | ca61a8998744d31efa9497f6a46f20d9e5fc9452 (diff) |
-rw-r--r-- | lib/libalpm/conflict.c | 1 |
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index e5717677..0d614e3f 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -72,6 +72,7 @@ PMList *db_find_conflicts(pmdb_t *db, PMList *targets, char *root) } } } + FREEPKG(info); }*/ /* CHECK 2: check every target against every target */ |