df: fix memory leak
commitfb7579768d688a300c4ac76451e1fc7cad59e3e8
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Feb 2022 03:52:43 +0000 (31 19:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Feb 2022 06:09:37 +0000 (31 22:09 -0800)
tree651411a1eef70c409780092231f0748c763447be
parent253a46d09f227bc0791ae0d3caa59074904e87c1
df: fix memory leak

* src/df.c (devlist_free): Remove.
(filter_mount_list): Free all of devlist, instead of merely
the entries in devlist_table.
src/df.c