YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

In-Game: Passing a string to a function is causing a memory leak #331

Open iampremo opened 1 year ago

iampremo commented 1 year ago

GM-1031

Issue: Passing a string to a function is causing a memory leak

Repro:

Import attached project

Debug Run project

Observe Mem usage in debugger continues to rise

Open Object1 Step

Change _doLeak to false

Debug Run project

Observe Mem usage stabilises after a couple of seconds

Glim888 commented 1 year ago

Is there an option to see if I suffer from this bug? I would like to download the project...