Skip to content
New issue

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

Fix memory leak on error path in cxoObjectType_initialize #422

Merged
merged 1 commit into from
Apr 19, 2020
Merged

Fix memory leak on error path in cxoObjectType_initialize #422

merged 1 commit into from
Apr 19, 2020

Conversation

alexhenrie
Copy link
Contributor

The attributes array is not passed out of this function, so it needs to be released no matter what when the function exits.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
@anthony-tuininga
Copy link
Member

Good catch! Thanks.

@anthony-tuininga anthony-tuininga merged commit 528dec6 into oracle:master Apr 19, 2020
@alexhenrie alexhenrie deleted the leak branch April 19, 2020 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants