ntfs_ie_add(): cleanup

master
szaka 2007-05-29 20:41:55 +00:00
parent c674e09ac5
commit f96c61be9f
1 changed files with 1 additions and 1 deletions

View File

@ -1417,6 +1417,7 @@ static int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie)
fn = ntfs_ie_filename_get(ie);
ntfs_log_trace("file: '%s'\n", fn);
ntfs_attr_name_free(&fn);
while (1) {
@ -1461,7 +1462,6 @@ static int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie)
ret = STATUS_OK;
err_out:
ntfs_attr_name_free(&fn);
ntfs_log_trace("%s\n", ret ? "Failed" : "Done");
return ret;
}