Skip to content

Commit 03afc74

Browse files
DavidS-ovmactions-user
authored andcommitted
Memory optimizer for recursive blast radius (#2700)
GitOrigin-RevId: 66f98b414c453391c2d23a4319ea56b0d26db00f
1 parent 0dcd4f8 commit 03afc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdp-go/sdpws/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ func (c *Client) closeAllRequestChans() {
443443
close(v)
444444
c.finishedRequestMap[k] = true
445445
}
446-
// clear the map
446+
// clear the map to free up memory
447447
c.requestMap = map[uuid.UUID]chan *sdp.GatewayResponse{}
448448
c.finishedRequestMapCond.Broadcast()
449449
}

0 commit comments

Comments
 (0)