SDL/src
Anonymous Maarten d9d0df2534 wayland: plug mutex leak of cursor thread
Fixes this leak of testsprite:
Allocation 0: 40 bytes
	0x7f4d47b0d43c: SDL_calloc_REAL+0x45
	0x7f4d47d149bc: SDL_CreateMutex_REAL+0x17
	0x7f4d47cab5a7: Wayland_StartCursorThread+0x9f
	0x7f4d47cae028: Wayland_InitMouse+0xa7
	0x7f4d47cb36ea: Wayland_VideoInit+0x187
	0x7f4d47bbee85: SDL_VideoInit+0x358
	0x7f4d47a01bfe: SDL_InitSubSystem_REAL+0xe8
	0x7f4d47a3cdf1: SDL_InitSubSystem+0x19
	0x407366: SDLTest_CommonInit+0x108
	0x402fd0: SDL_AppInit+0x605
	0x7f4d47a8771f: SDL_InitMainCallbacks+0x6a
	0x7f4d47d3e6cf: SDL_EnterAppMainCallbacks_REAL+0x43
	0x7f4d47a396f4: SDL_EnterAppMainCallbacks+0x48
	0x401445: SDL_main+0x33
	0x7f4d47a878c6: SDL_RunApp_REAL+0x42
	0x7f4d47a317be: SDL_RunApp_DEFAULT+0x37
	0x7f4d47a3e769: SDL_RunApp+0x32
	0x40146e: main+0x27
	0x7f4d47811575: __libc_start_call_main+0x75
	0x7f4d47811628: __libc_start_main+0x88
	0x400ff5: _start+0x25
2025-11-15 23:10:35 +01:00
..
atomic Add support for tcc to cmake (#14464) 2025-11-15 11:24:15 -08:00
audio wasapi: Minor style tweaks. 2025-11-13 20:58:21 -05:00
camera Remove redundant semicolons. 2025-11-09 07:29:27 -08:00
core wasapi: fix memory leak on unlikely failure case. 2025-11-13 20:58:21 -05:00
cpuinfo Android: remove old cpu-feature code, and fix build (add HAVE_GETAUXV… (#14460) 2025-11-13 09:12:07 -08:00
dialog Don't do NULL-checks before free() 2025-10-20 00:13:09 -07:00
dynapi Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 2025-11-13 14:50:37 -08:00
events touch: don't compare mouse_touch_events to zero; it's a bool. 2025-11-14 10:28:16 -05:00
filesystem Use a base path of "./" on Android 2025-11-15 11:29:37 -08:00
gpu gpu: Windows 11 guarantees a D3D12 minimum, skip checks accordingly 2025-11-12 16:22:35 -05:00
haptic Use new parameter validation macro 2025-09-18 20:58:32 -07:00
hidapi Added support for the new Steam Controller 2025-11-12 11:32:32 -08:00
io Remove redundant semicolons. 2025-11-09 07:29:27 -08:00
joystick Fixed potential infinite recursion opening a Steam Controller 2025-11-14 13:44:02 -08:00
libm remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
loadso Use new parameter validation macro 2025-09-18 20:58:32 -07:00
locale Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
main main: Fixed crashes if specifying hints to Emscripten as URL options. 2025-09-22 11:57:42 -04:00
misc Fix libusb get_port_numbers signature for FreeBSD 2025-10-24 08:26:17 -07:00
power hints: Added SDL_HINT_LOG_BACKENDS. 2025-07-14 19:49:38 -04:00
process Use posix_spawn_file_actions_addchdir_np() on macOS 2025-09-19 08:00:03 -07:00
render Fixed crash in the vulkan renderer when the window is minimized 2025-11-14 12:35:33 -08:00
sensor Fixed error: incompatible function pointer types passing 2025-10-27 10:13:57 -07:00
stdlib Add bounds checks in SDL_qsort (#10066) 2025-11-03 08:40:30 -08:00
storage Use a base path of "./" on Android 2025-11-15 11:29:37 -08:00
test testautomation: verify that RLE operation output is correct 2025-10-29 09:07:56 -07:00
thread Make sure we don't allocate a TLS ID clobbering an application defined one 2025-10-29 14:05:49 -07:00
time N-Gage: Add SDL_TimeToDateTime() implementation (#14141) 2025-10-04 20:00:27 +03:00
timer Use new parameter validation macro 2025-09-18 20:58:32 -07:00
tray Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
video wayland: plug mutex leak of cursor thread 2025-11-15 23:10:35 +01:00
SDL.c remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
SDL_assert.c remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
SDL_assert_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_error.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_error_c.h Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_guid.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hashtable.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_hashtable.h hashtable: Fix documentation typos 2025-07-09 12:38:16 -04:00
SDL_hints.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_hints_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_internal.h Made SDL_dlopennote.h a public header 2025-10-10 12:47:42 -07:00
SDL_list.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_list.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log.c log: Rework NGAGE logging. (#14321) 2025-10-27 08:48:04 -07:00
SDL_log_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_properties.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_properties_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_utils.c Log object leaks at debug level 2025-10-25 15:13:37 -07:00
SDL_utils_c.h Make SDL_ObjectValid() inline for performance (thanks @mechakotik!) 2025-09-18 20:58:32 -07:00