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
This was broken by 48bda52, which removed the `*` before `xptr`.
Without `*`, we set our `iptr` (a class member) to a bogus pointer, and
the assignment to `xptr` (which is a function parameter and hence a
local variable) is effectively dead code.
0 commit comments