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

PNG fixes #3544

Merged
merged 1 commit into from
Sep 7, 2022
Merged

PNG fixes #3544

merged 1 commit into from
Sep 7, 2022

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Sep 6, 2022

  • Minor png refactoring to fix some memory leaks for broken png files.

  • Remove unused string variable from read_info() and simplify the
    surrounding "if"

  • Split png test into png and png-damaged, because I just can't seem
    to squash some very minor memory leaks for broken png files, I think
    it's not worth worrying about and I'll just exclude the broken case
    from testing for the address sanitizer.

* Minor png refactoring to fix some memory leaks for broken png files.

* Remove unused string variable from read_info() and simplify the
  surrounding "if"

* Split png test into png and png-damaged, because I just can't seem
  to squash some very minor memory leaks for broken png files, I think
  it's not worth worrying about and I'll just exclude the broken case
  from testing for the address sanitizer.
@lgritz lgritz merged commit 99adfb4 into AcademySoftwareFoundation:master Sep 7, 2022
@lgritz lgritz deleted the lg-pngrefactor branch September 7, 2022 20:24
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Sep 14, 2022
* Minor png refactoring to fix some memory leaks for broken png files.

* Remove unused string variable from read_info() and simplify the
  surrounding "if"

* Split png test into png and png-damaged, because I just can't seem
  to squash some very minor memory leaks for broken png files, I think
  it's not worth worrying about and I'll just exclude the broken case
  from testing for the address sanitizer.
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Sep 21, 2022
* Minor png refactoring to fix some memory leaks for broken png files.

* Remove unused string variable from read_info() and simplify the
  surrounding "if"

* Split png test into png and png-damaged, because I just can't seem
  to squash some very minor memory leaks for broken png files, I think
  it's not worth worrying about and I'll just exclude the broken case
  from testing for the address sanitizer.
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Oct 4, 2022
* Minor png refactoring to fix some memory leaks for broken png files.

* Remove unused string variable from read_info() and simplify the
  surrounding "if"

* Split png test into png and png-damaged, because I just can't seem
  to squash some very minor memory leaks for broken png files, I think
  it's not worth worrying about and I'll just exclude the broken case
  from testing for the address sanitizer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant