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
The library accidentally took ownership of a StringName passed in (get_virtual callback).
This caused the destructor to run multiple times, creating UB and random crashes.
Re-enables the StringName destructor, which was disabled in 70da3fe.
0 commit comments