mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-03 16:25:24 +00:00
Fix invalid free on getaddrinfo() failure
This commit is contained in:
parent
51e953c092
commit
dee2daac5a
@ -931,9 +931,9 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
freeaddrinfo(result);
|
||||
freeaddrinfo(result);
|
||||
}
|
||||
|
||||
// Many UPnP devices report IGD disconnected when double-NATed. If it was really offline,
|
||||
// we probably would not have even gotten past STUN.
|
||||
|
Loading…
x
Reference in New Issue
Block a user