mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 19:00:37 +00:00
Avoid creating and then destroying a leaderboard list when game is null, as doing so causes an access to uninitialized memory due to a bug in rcheevos. This can be triggered by starting a game with an invalid or expired login token.