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
When returning the payload of a non-`None` `Optional` (i.e. just the value we
were passed) in `GetField`, we were accidentally incrementing its refcount,
resulting in a leak.
Fixes#152
Signed-off-by: Joel Dice <[email protected]>
0 commit comments