aboutsummaryrefslogtreecommitdiff
path: root/toys/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/df.c')
-rw-r--r--toys/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/df.c b/toys/df.c
index cff8584e..72c15195 100644
--- a/toys/df.c
+++ b/toys/df.c
@@ -150,5 +150,5 @@ void df_main(void)
}
}
- if (CFG_TOYBOX_FREE) llist_free(mtlist, NULL);
+ if (CFG_TOYBOX_FREE) llist_traverse(mtlist, free);
}