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 the touched code we are trying to request two regions. But in the
case when the first request would succeed and the second one fail, we
would not correctly free the first region on the error path.
This commit fixes that by introducing an additional label and changing
a goto destination.
0 commit comments