| Summary: | Memory leak in X11_InitModes | ||
|---|---|---|---|
| Product: | SDL | Reporter: | tomaszewski.p |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | Patch which fixes mentioned memory leaks. | ||
*** Bug 1735 has been marked as a duplicate of this bug. *** Fixed, thanks! http://hg.libsdl.org/SDL/rev/142dcc136188 |
Created attachment 1055 [details] Patch which fixes mentioned memory leaks. XRRListOutputProperties allocates Atom* array, which is not freed. XRRGetOutputProperty allocates 'unsigned char *prop' array, which is not freed.