mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
parent
1f4a5663e9
commit
57251fc4e7
9 changed files with 0 additions and 77 deletions
|
|
@ -770,12 +770,6 @@ nsUDPSocket::CloseSocket()
|
|||
// If shutdown last to long, let the socket leak and do not close it.
|
||||
UDPSOCKET_LOG(("Intentional leak"));
|
||||
} else {
|
||||
|
||||
PRIntervalTime closeStarted = 0;
|
||||
if (gSocketTransportService->IsTelemetryEnabledAndNotSleepPhase()) {
|
||||
closeStarted = PR_IntervalNow();
|
||||
}
|
||||
|
||||
PR_Close(mFD);
|
||||
}
|
||||
mFD = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue