mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-09 08:00:52 -04: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.