beefytech / Beef

Beef Programming Language
http://www.beeflang.org
Other
2.52k stars 130 forks source link

[Bug] Leak detector false detection in SpaceGame #1132

Closed SilentCLD closed 2 years ago

SilentCLD commented 3 years ago

The leak detector consistently detects a leak within ~30 seconds of running the game when the initial difficulty is set to 1000f, the object(s) are then cleaned up by the game within ~2 seconds causing an internal error.

Build: 0.43.1 (Nightly 08/01/2021) e5f92fb

STR:

  1. Initialize GameApp::mDifficulty to 1000f
  2. Start game in debug and move to the top of the screen to not die
  3. Wait for leak detector to trigger
bfiete commented 2 years ago

I believe this is fixed now.