Closed goccy closed 9 years ago
This PR resolve #53
token_buffer = (char *)malloc((script_size + EXTEND_BUFFER_SIZE) * 2);
It looks enough realistically. cuz it takes twice memory size.
This PR resolve #53