We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5167 - [patch] Memory leak in GuessXInputDevice
Summary: [patch] Memory leak in GuessXInputDevice
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: 2.0.13
Hardware: x86_64 Windows (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-30 13:26 UTC by Mathieu Eyraud
Modified: 2020-06-03 00:02 UTC (History)
0 users

See Also:


Attachments
free devices (783 bytes, patch)
2020-05-30 13:26 UTC, Mathieu Eyraud
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Eyraud 2020-05-30 13:26:41 UTC
Created attachment 4361 [details]
free devices

Variable 'devices' is not freed if function GuessXInputDevice, in SDL_xinputjoystick.c, return early.
Comment 1 Sam Lantinga 2020-06-03 00:02:56 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/8711531e9518