Skip to content
Snippets Groups Projects
Commit be5e7a28 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed garbage collector mishandling disappearing agent.

The appearance and disappearance of the agents is totally asynchronous for the garbage collector.
For this reason, GC should tolerate deletion of object at any time. This commit fixes the case where the
object disappears shortly after the garbage collector decides to watch it.
parent 29f7720f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment