godot/platform
Ronald Casili 3636d9dafc
Linux/X11: Fix memory leak from created screen images
Allocated XImages are improperly free'd with XFree.
The X11 documentation says that XImage should use
XDestroyImage to free both the image structure and
the data pointed to by the image structure.

Also fix a potential use-after-free bug.
2024-07-18 09:45:44 +02:00
..
android Merge pull request #94468 from m4gr3d/restart_editor_when_updating_touchscreen_settings 2024-07-17 12:24:14 +02:00
ios Fix issue preventing enabling the remote button for Android 2024-07-16 00:25:16 -07:00
linuxbsd Linux/X11: Fix memory leak from created screen images 2024-07-18 09:45:44 +02:00
macos [macOS] Fix drag-and-drop feedback. 2024-07-11 23:13:38 +03:00
web Fix audio samples not being able to be "finished" 2024-07-17 10:45:38 -04:00
windows Merge pull request #94120 from bruvzg/fix_kbd_names 2024-07-17 15:44:50 +02:00
register_platform_apis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00