| Summary: | [patch] Memory leak in RAWINPUT_JoystickOpen | ||
|---|---|---|---|
| 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 hwdata | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/1fbf23608152 |
Created attachment 4362 [details] free hwdata Variable 'hwdata' is not freed in RAWINPUT_JoystickOpen if device->driver->OpenJoystick() fails.