You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleanup node on Crystal::PointerLinkedList#delete (#16398)
Calls to delete, pop or shift a node from the list now clear the `#next` and `#previous` properties of the node.
It's not required per-se, but cleaning up pointers is never a bad idea.
0 commit comments