|
|
|
|
|
by glasser
4732 days ago
|
|
To be clear: when you say "removing the call to doSomethingWithStr() doesn't change the unbounded memory growth" you do literally mean "removing the call" and not "removing the function definition", right? That matches what I see. |
|
Edit: removing the function definition eliminates the problem, so I'd say that your diagnosis of the problem is spot on.