-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
lib/vector/Vlib: Fix Resource Leak issue in copy.c #4533
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have done the changes. I am not sure whether my understanding about the other fixes related to resource leak is correct. Please point out my mistakes . |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@nilason i did the changes you suggested. Could you please review it. I am not sure whether i correctly interpreted your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
This pull request addresses resource leak issue identified by coverity scan (CID : 1208071)
Used existing function Vect_destroy_field_info() to fix the memory leak issue.