| Summary: | Memory leak in XCF handling | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | janisozaur <janisozaur+libsdl> |
| Component: | misc | 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-mem-leak-xcf.c.patch
Memleak reproducer |
||
Created attachment 3323 [details]
Memleak reproducer
Fixed, thanks! https://hg.libsdl.org/SDL_image/rev/8b4ee1d72a2a |
Created attachment 3322 [details] fix-mem-leak-xcf.c.patch XCF loading can lead to a memory leak. Attached patch fixes this leak.