Fix a memleak. (Szaka)

edge.strict_endians
uvman 2006-11-01 22:37:31 +00:00
parent be6b5ce977
commit 76fc32ed87
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ search:
/* Remove FILE_NAME from index. */
if (ntfs_index_rm(ictx))
goto err_out;
ictx = NULL;
/* Remove FILE_NAME from inode. */
if (ntfs_attr_record_rm(actx))
goto err_out;