commented out json_file reading error return
valgrind had some beef with it
This commit is contained in:
parent
a4da24c4b5
commit
2c8d81ed64
@ -151,8 +151,9 @@ enum WHY2_EXIT_CODES why2_check_version(void)
|
||||
{
|
||||
if (!why2_get_flags().no_output) fprintf(stderr, "Reading file failed!\n");
|
||||
|
||||
why2_clean_memory("core_version_check");
|
||||
return WHY2_DOWNLOAD_FAILED;
|
||||
// BELOW CODE IS COMMENTED OUT, BECAUSE IT IS PROBABLY UNNECESSARY
|
||||
// why2_clean_memory("core_version_check");
|
||||
// return WHY2_DOWNLOAD_FAILED;
|
||||
}
|
||||
|
||||
buffer[bufferSize] = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user