mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Fix memory leak in cmd_format.c
Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
parent
bf7574260c
commit
37899250f3
@ -244,6 +244,8 @@ int cmd_format(int argc, char *argv[])
|
||||
bch2_fs_stop(c);
|
||||
}
|
||||
|
||||
darray_free(device_paths);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user