Delete OpenAL buffers with the buffer API
This commit is contained in:
committed by
Brandon McGinty
parent
3f1e5d42ad
commit
c99b0f4473
@@ -149,13 +149,13 @@ Priority 1: transport, lifecycle, and correctness
|
||||
Priority 2: protocol and data correctness
|
||||
------------------------------------------
|
||||
|
||||
18. UserStats FromServer fields are copied from FromClient
|
||||
[x] 18. UserStats FromServer fields are copied from FromClient
|
||||
File: gumble/gumble/handlers.go
|
||||
In handleUserStats, FromServer.Good is correct but Late/Lost/Resync read
|
||||
packet.FromClient. Use packet.FromServer for all four fields and add a
|
||||
regression test with differing values.
|
||||
|
||||
19. Full channel link updates leave stale reverse links
|
||||
[x] 19. Full channel link updates leave stale reverse links
|
||||
File: gumble/gumble/handlers.go
|
||||
A ChannelState Links replacement assigns a new channel.Links map but does
|
||||
not remove channel from the Links maps of old peers. Remove reciprocal old
|
||||
|
||||
Reference in New Issue
Block a user