Delete OpenAL buffers with the buffer API

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:22:46 -04:00
committed by Brandon McGinty
parent 3f1e5d42ad
commit c99b0f4473
2 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -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