mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: Incremental fs: Fix memory leak on closing file
Bug: 179271514 Test: incfs_test passes Signed-off-by: Paul Lawrence <paullawrence@google.com> Change-Id: Idc42d02b1df5ac84bdd04e728bfcca5f4cc5d07b
This commit is contained in:
parent
09059c6fca
commit
5743e27cb8
|
|
@ -328,6 +328,7 @@ void incfs_free_data_file(struct data_file *df)
|
|||
|
||||
incfs_free_mtree(df->df_hash_tree);
|
||||
incfs_free_bfc(df->df_backing_file_context);
|
||||
kfree(df->df_signature);
|
||||
kfree(df);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user