😄
This commit is contained in:
BIN
A3/src/cascade
BIN
A3/src/cascade
Binary file not shown.
@ -104,6 +104,7 @@ csc_file_t* check_blocks(const char* destination, csc_file_t* casc_file_data) {
|
|||||||
casc_file_data->completed = 0;
|
casc_file_data->completed = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free(buffer);
|
||||||
|
|
||||||
|
|
||||||
if (casc_file_data->completed) {
|
if (casc_file_data->completed) {
|
||||||
@ -122,6 +123,7 @@ csc_file_t* check_blocks(const char* destination, csc_file_t* casc_file_data) {
|
|||||||
(&casc_file_data->blocks[i])->completed = 0;
|
(&casc_file_data->blocks[i])->completed = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free(buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user