| Summary: | possible memory leak in GL_RenderReadPixels | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Benoit Pierre <benoit.pierre> |
| Component: | render | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.3 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Fix possible memory leak in GL_RenderReadPixels | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/92ca74200ea5 |
Created attachment 1838 [details] Fix possible memory leak in GL_RenderReadPixels If glReadPixels returns an error, than the temporary buffer is not deallocated.