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
Also from coverity.
CreateDynamicArrayEnum values aren't freed on error paths. For example:
runtime/src/coreclr/md/compiler/import.cpp
Lines 74 to 84 in 82c7051
The allocated pEnum is not freed in ErrExit.
pEnum
ErrExit
Are these accepted leaks? Or should we fix them?
cc @jkotas @janvorli @omajid
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
Thank you for reporting this, it should be fixed.
Successfully merging a pull request may close this issue.
Also from coverity.
CreateDynamicArrayEnum values aren't freed on error paths. For example:
runtime/src/coreclr/md/compiler/import.cpp
Lines 74 to 84 in 82c7051
The allocated
pEnum
is not freed inErrExit
.Are these accepted leaks? Or should we fix them?
cc @jkotas @janvorli @omajid
The text was updated successfully, but these errors were encountered: