|
|
|
|
|
by mAritz
4734 days ago
|
|
The fix in https://github.com/meteor/meteor/commit/49e9813 seems to be just limiting the effect of the problem, not removing it. The variable is still being held in memory just with the value null instead of whatever it was before. Or does setting it to null trigger some special GC algorithm that detects that it isn't being used anymore? |
|