diff options
Diffstat (limited to 'lib')
-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 1baa0c27..feb42755 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -155,6 +155,7 @@ alpm_list_t *_alpm_checkconflicts(pmdb_t *db, alpm_list_t *packages) _alpm_log(PM_LOG_DEBUG, "check targets vs targets"); check_conflict(packages, packages, &baddeps, 0); + alpm_list_free(dblist); return(baddeps); } |