summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/deps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c
index 946a42ff..b7e49be2 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -224,6 +224,7 @@ alpm_list_t *_alpm_sortbydeps(alpm_list_t *targets, pmtranstype_t mode)
}
alpm_list_free_inner(vertices, _alpm_graph_free);
+ alpm_list_free(vertices);
return(newtargs);
}