Fix memory leak. (Christophe Grenier)

(Logical change 1.515)
edge.strict_endians
cantab.net!aia21 2004-08-28 21:26:52 +00:00
parent c8799644c2
commit 6fb1ec5e6b
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ s64 ntfs_get_attribute_value(const ntfs_volume *vol,
}
#undef ESTR
free(rl);
free(intbuf);
return 0;
}
memcpy(b + total, intbuf, sle64_to_cpu(a->data_size) -