godot/platform/x11
Rémi Verschelde 08ee1de535 X11: Ensure XGetWindowProperty data gets freed
Fixes a small memory leak reported by lsan:
```
Direct leak of 73 byte(s) in 1 object(s) allocated from:
    #0 0x7f29825f3e70 in malloc (/lib64/liblsan.so.0+0xee70)
    #1 0x7f29824a5729 in XGetWindowProperty (/lib64/libX11.so.6+0x29729)
```
2020-06-29 13:05:24 +02:00
..
export Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
context_gl_x11.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_gl_x11.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
crash_handler_x11.cpp Fix warning in Linux crash handler on 32-bit 2020-01-10 14:28:21 +01:00
crash_handler_x11.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
detect_prime.cpp Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
detect_prime.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_x11.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joypad_linux.cpp issue-37239 add relaxation to conditions in the joystick check routine for being identified as joystick 2020-03-25 11:38:54 +01:00
joypad_linux.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
key_mapping_x11.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
key_mapping_x11.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_x11.cpp X11: Ensure XGetWindowProperty data gets freed 2020-06-29 13:05:24 +02:00
os_x11.h X11: Ensure XGetWindowProperty data gets freed 2020-06-29 13:05:24 +02:00
pck_embed.ld Fix error exporting to X11 with embedded PCK 2020-01-16 17:47:37 +01:00
pck_embed.legacy.ld Fix error exporting to X11 with embedded PCK 2020-01-16 17:47:37 +01:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
platform_x11_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_x11.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
power_x11.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00