This commit is contained in:
Nikolaj
2021-11-12 15:17:15 +01:00
parent bec557f51c
commit db4ae92595
4 changed files with 2 additions and 248912 deletions

Binary file not shown.

View File

@ -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