RetroPie / EmulationStation

A Fork of Emulation Station for RetroPie. Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes.
Other
858 stars 344 forks source link

Fix crash during collection updates #838

Closed pjft closed 9 months ago

pjft commented 9 months ago

The last random method updates from 2021 could keep in memory a vector of pointers to objects that had since been removed, causing a crash when updating the collection metadata. Reported in the forums as well.