aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
171 stars 39 forks source link

Memory leak and more specific model invalidation. #145

Closed cristian64 closed 6 months ago

cristian64 commented 6 months ago

A memory leak in MemWatchModel::importRootFromCTFile() has been fixed, and specific dataChanged(), or beginModelReset()/endModelReset()calls are now used where appropriate.