-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
m.nviz.image: Fix Resource Leak issue #5079
Conversation
There are a number of similar issues in |
done all changes |
All calls to |
done |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
is there anything wrong in code? mac build failed. |
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 added a few suggestions.
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.
Just a minor suggestion, otherwise good!
Co-authored-by: Nicklas Larsson <[email protected]>
This pull request fixes issue identified by Coverity Scan (CID : 1207735, 1207736, 1207924, 1207925, 1208025, 1208026, 1208027, 1208028, 1208029, 1400466, 1501205, 1501280, 1501338)
Used G_free() to fix this issue.