Merge 9adc98352d
into 75dcdc2cf3
commit
e94bfe5f36
|
@ -1722,7 +1722,7 @@ static int destroy_record(ntfs_volume *nv, const s64 record,
|
|||
unsigned long int pass, i;
|
||||
s64 j;
|
||||
unsigned char * a_offset;
|
||||
int selected[NPAT];
|
||||
int selected[NPAT] = {0};
|
||||
|
||||
file = (struct ufile *) malloc(sizeof(struct ufile));
|
||||
if (file == NULL) {
|
||||
|
|
Loading…
Reference in New Issue