Fix one-time memory leak in relocate_attributes()

edge.strict_endians
szaka 2005-07-13 17:47:37 +00:00
parent c5e05165c9
commit 436b290d03
1 changed files with 1 additions and 1 deletions

View File

@ -1629,7 +1629,7 @@ static void relocate_attributes(ntfs_resize_t *resize)
if (ret == -1)
exit(1);
else if (ret == 1)
return;
break;
relocate_attribute(resize);
}