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
getzones: protect against potential memory leak when exiting in optarg
Depending on the optarg input string, the loop may exit after the requested_zone
variable has been dynamically allocated, so let's free the memory every time
0 commit comments