diff --git a/libntfs/attrib.c b/libntfs/attrib.c index f4b5cc3e..ec71707f 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -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) -