aboutsummaryrefslogtreecommitdiffstats
path: root/common/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/list.c')
-rw-r--r--common/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.c b/common/list.c
index 2a803702..9805ceec 100644
--- a/common/list.c
+++ b/common/list.c
@@ -147,7 +147,7 @@ void list_stable_sort(list_t *list, int compare(const void *a, const void *b)) {
147 } 147 }
148} 148}
149 149
150void free_flat_list(list_t *list) { 150void list_free_items_and_destroy(list_t *list) {
151 if (!list) { 151 if (!list) {
152 return; 152 return;
153 } 153 }