fix: fix error free
This commit is contained in:
@@ -645,7 +645,6 @@ const char *ChaCha20_DRBG_Generate_algorithm(uint8_t *V, uint8_t *Key,
|
|||||||
|
|
||||||
free(additional_input);
|
free(additional_input);
|
||||||
free(temp);
|
free(temp);
|
||||||
//free(returned_bits);
|
|
||||||
return "Success";
|
return "Success";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -827,5 +826,6 @@ int main() {
|
|||||||
|
|
||||||
fclose(file);
|
fclose(file);
|
||||||
|
|
||||||
|
free(returned_bits);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user