diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 61ceba829..4bd6433ca 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
| @@ -182,7 +182,7 @@ llist_t *fslist = 0; | |||
| 182 | #if ENABLE_FEATURE_CLEAN_UP | 182 | #if ENABLE_FEATURE_CLEAN_UP |
| 183 | static void delete_block_backed_filesystems(void) | 183 | static void delete_block_backed_filesystems(void) |
| 184 | { | 184 | { |
| 185 | llist_free(fslist); | 185 | llist_free(fslist, free); |
| 186 | } | 186 | } |
| 187 | #else | 187 | #else |
| 188 | void delete_block_backed_filesystems(void); | 188 | void delete_block_backed_filesystems(void); |
