fix memory leak when removing streams or xattrs (Jean-Pierre Andre)

master
szaka 2008-06-17 22:40:43 +00:00
parent bf3b6d780d
commit 2848f06bad
1 changed files with 1 additions and 0 deletions

View File

@ -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");