Files
libsignal/java/client
Jordan Rose 7e4c3a7e8f java: Fix a hypothetical leak of a ServerMessageAck
If an incoming message notification comes in after the Java connection
object or listener has been GC'd, the ack handle would be leaked; now
it's properly cleaned up even on early exit.
2025-12-10 16:53:36 -08:00
..