Fixed two memory leaks if added game controller mapping has lower priority.
Found by buildbot.
parent
a49ac09c02
commit
eb9cc03068
|
@ -675,6 +675,9 @@ SDL_PrivateAddMappingForGUID(SDL_JoystickGUID jGUID, const char *mappingString,
|
|||
pControllerMapping->priority = priority;
|
||||
/* refresh open controllers */
|
||||
SDL_PrivateGameControllerRefreshMapping(pControllerMapping);
|
||||
} else {
|
||||
SDL_free(pchName);
|
||||
SDL_free(pchMapping);
|
||||
}
|
||||
*existing = SDL_TRUE;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue