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
Fix Coverity dereference before null check issue (#13456)
Fixes an issue found by Coverity in `addEventForNode` about
dereferencing the `EventImpl` before a null check.
---------
Co-authored-by: Ben Tracy <[email protected]>
0 commit comments