mufs: delete the tree object of a file in mufs_close()
This commit is contained in:
parent
a8040ac525
commit
7be03f4a60
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ void mufs_close(struct mufs_file *file)
|
|||
if (!file)
|
||||
return;
|
||||
|
||||
mufs_del_tree(file->tree);
|
||||
free(file);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue