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
In two places sylib looked through a vector from begin() to begin() as opposed to begin() to end(), causing pointers to objects to not be removed from use when the objects themselves cease to exist.