mirror of https://github.com/libsdl-org/SDL.git
Fixed memory leak looking up pen tool names
This commit is contained in:
parent
2cd2834dfe
commit
8ba8cca69b
|
|
@ -85,6 +85,7 @@ static bool X11_XInput2PenIsEraser(SDL_VideoDevice *_this, int deviceid, char *d
|
|||
result = true;
|
||||
}
|
||||
X11_XFree(tooltype_name_info);
|
||||
X11_XFree(tooltype_name);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue