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");
|
if (!why2_get_flags().no_output) fprintf(stderr, "Reading file failed!\n");
|
||||||
|
|
||||||
why2_clean_memory("core_version_check");
|
// BELOW CODE IS COMMENTED OUT, BECAUSE IT IS PROBABLY UNNECESSARY
|
||||||
return WHY2_DOWNLOAD_FAILED;
|
// why2_clean_memory("core_version_check");
|
||||||
|
// return WHY2_DOWNLOAD_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer[bufferSize] = '\0';
|
buffer[bufferSize] = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user