mirror of
https://github.com/encounter/SDL.git
synced 2025-07-01 19:03:34 +00:00
Fixed double-free in combined HIDAPI controller code
This commit is contained in:
parent
6ecfc40697
commit
e49321cec5
@ -90,7 +90,6 @@ HIDAPI_DriverCombined_OpenJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joys
|
|||||||
} else {
|
} else {
|
||||||
SDL_strlcpy(new_serial, joystick->serial, new_length);
|
SDL_strlcpy(new_serial, joystick->serial, new_length);
|
||||||
}
|
}
|
||||||
SDL_free(serial);
|
|
||||||
serial = new_serial;
|
serial = new_serial;
|
||||||
serial_length = new_length;
|
serial_length = new_length;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user