diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-01-15 18:36:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-01-15 18:36:48 +0000 |
| commit | 4b609f5564497b946430b7c67c67786f7409f9c9 (patch) | |
| tree | dc3f37f12fae595db8cf2fcb068eb297856aa446 /lib/libstand/splitfs.c | |
| parent | 9e8e07fcdaaa59744e1b7aca960098cd379e3201 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/splitfs.c')
| -rw-r--r-- | lib/libstand/splitfs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libstand/splitfs.c b/lib/libstand/splitfs.c index 523c63896013..153f05443484 100644 --- a/lib/libstand/splitfs.c +++ b/lib/libstand/splitfs.c @@ -64,17 +64,17 @@ struct fs_ops splitfs_fsops = { static void split_file_destroy(struct split_file *sf) { - int i; + int i; - if (sf->filesc > 0) { + if (sf->filesc > 0) { for (i = 0; i < sf->filesc; i++) { free(sf->filesv[i]); free(sf->descsv[i]); } free(sf->filesv); free(sf->descsv); - } - free(sf); + } + free(sf); } static int |
