minor change
"so it is in memory" reachable or not. For a while at least.
This commit is contained in:
parent
d5e8b6d308
commit
1d6dc01413
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Now if we do the same:
|
||||||
user = null;
|
user = null;
|
||||||
```
|
```
|
||||||
|
|
||||||
...Then the object is still reachable via `admin` global variable, so it's in memory. If we overwrite `admin` too, then it can be removed.
|
...Then the object is still reachable via `admin` global variable, so it must stay in memory. If we overwrite `admin` too, then it can be removed.
|
||||||
|
|
||||||
## Interlinked objects
|
## Interlinked objects
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue