fix memory leak when removing streams or xattrs (Jean-Pierre Andre)
parent
bf3b6d780d
commit
2848f06bad
|
@ -3286,6 +3286,7 @@ int ntfs_attr_rm(ntfs_attr *na)
|
|||
}
|
||||
ntfs_attr_reinit_search_ctx(ctx);
|
||||
}
|
||||
ntfs_attr_put_search_ctx(ctx);
|
||||
if (errno != ENOENT) {
|
||||
ntfs_log_trace("Attribute lookup failed. Probably leaving inconstant "
|
||||
"metadata.\n");
|
||||
|
|
Loading…
Reference in New Issue