LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

The app seems to gradually slow down #61

Closed LewisGaul closed 4 years ago

LewisGaul commented 4 years ago

Not sure if triggered by running for a long time, playing lots of games, completing lots of games or setting lots of highscores.

This has been seen once when running in WSL, mostly playing lots of beginner games over a period of an hour or two.

LewisGaul commented 4 years ago

This is easily reproducible, and seems to be correlated with memory usage increasing.

Seems likely it could be caused by new cell pixmaps/images being created and old ones not being freed.