diff options
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) | |
download | pacman-55704d374255fa39e74af5c46c144c2d37d01650.tar.xz |
fixed a commented MLK in db_find_conflicts()/CHECK1
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/conflict.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |