Skip to content

Commit

Permalink
Fix infinite loop exiting BigBug (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylwhich authored Jan 20, 2025
1 parent a5482be commit 97e5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/modes/games/bigbug/gameData_bigbug.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void bb_freeGameData(bb_gameData_t* gameData)
}
while (gameData->pleaseCheck.first)
{
heap_caps_free(shift(&gameData->unsupported));
heap_caps_free(shift(&gameData->pleaseCheck));
}
if (gameData->loadoutScreenData != NULL)
{
Expand Down

0 comments on commit 97e5560

Please sign in to comment.