Merge pull request #17977 from j0ki/master

This commit is contained in:
LibretroAdmin 2025-06-07 07:48:59 +02:00 committed by GitHub
commit b353e8d972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -3933,6 +3933,10 @@ static void udev_input_free(void *data)
if (!data || !udev)
return;
#ifdef __linux__
linux_terminal_restore_input();
#endif
if (udev->fd >= 0)
close(udev->fd);