mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
libsolc: Overhauls memory management.
This commit is contained in:
committed by
Alex Beregszaszi
parent
69b06a456c
commit
8682af2216
@@ -47,7 +47,7 @@ void FuzzerUtil::runCompiler(string const& _input, bool _quiet)
|
||||
cout << "Output JSON: " << outputString << endl;
|
||||
|
||||
// This should be safe given the above copies the output.
|
||||
solidity_free();
|
||||
solidity_reset();
|
||||
|
||||
Json::Value output;
|
||||
if (!jsonParseStrict(outputString, output))
|
||||
|
||||
Reference in New Issue
Block a user