We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem SSLexLexeme.Create allocate Length + 1 bytes Destroy free only length bytes.
This makes a memory leak of one byte per instance. As this class is used extensively in OCL this adds up during the time
The text was updated successfully, but these errors were encountered:
#15 Fix memoryleak in SSLexLexeme
a58031c
GetMem allocate one byte more than is freed with Freemem
No branches or pull requests
Problem
SSLexLexeme.Create allocate Length + 1 bytes
Destroy free only length bytes.
This makes a memory leak of one byte per instance. As this class is used extensively in OCL this adds up during the time
The text was updated successfully, but these errors were encountered: