mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-05-23 19:59:28 +08:00
In SDL3, listing the joysticks involves an allocation that must be
freed with `SDL_Free()`, which was missing during the migration to SDL3
from commit 02989249f6.
PR #6853 <https://github.com/Genymobile/scrcpy/pull/6853>