| Summary: | [patch] Memory leak in GuessXInputDevice | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Mathieu Eyraud <meyraud705> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.13 | ||
| Hardware: | x86_64 | ||
| OS: | Windows (All) | ||
| Attachments: | free devices | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/8711531e9518 |
Created attachment 4361 [details] free devices Variable 'devices' is not freed if function GuessXInputDevice, in SDL_xinputjoystick.c, return early.