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
Hi all, This is Qianxin CodeSafe Team, we found a memory leak, at
leveldb/db/version_set.cc
Line 1240 in 23e35d7
Line 1241 in 23e35d7
Line 1248 in 23e35d7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
This is Qianxin CodeSafe Team, we found a memory leak, at
leveldb/db/version_set.cc
Line 1240 in 23e35d7
leveldb/db/version_set.cc
Line 1241 in 23e35d7
Although the array is deleted at
leveldb/db/version_set.cc
Line 1248 in 23e35d7
, the elements in the array are not memory cleaned
The text was updated successfully, but these errors were encountered: