Fixed memory leak looking up pen tool names

This commit is contained in:
Sam Lantinga
2025-02-04 23:59:08 -08:00
parent 2cd2834dfe
commit 8ba8cca69b

View File

@@ -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;
}