index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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 */ |