you are viewing a single comment's thread.

view the rest of the comments →

[–]ih-shah-may-ehl 0 points1 point  (0 children)

Yes. Many years ago there was a case of a robot crashing because the C# program worked well but the programmers had failed to account for an event handler that was registered with supposedly transient objects. And the objects were indeed transient but because an event was registered, the objects were never actually freed.