index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-07-20 14:52:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-07-20 16:37:45 -0500 |
commit | 60b6cde637338657e72312aef1ff1d04314df745 (patch) | |
tree | 2570113597f7070eee3aa9365a9a8acd00c5db20 /lib/libalpm/sync.c | |
parent | 5d15bb68f7b6b3e25be286ddf7a615553a173b8f (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 1 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 85186bbf..ffcddf98 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -352,6 +352,7 @@ int _alpm_sync_prepare(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sync /* Else, [resolved] now additionally contains [pkg] and all of its dependencies not already on the list */ } + alpm_list_free(preferred); /* If there were unresolvable top-level packages, prompt the user to see if they'd like to ignore them rather than failing the sync */ |