mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-11 17:36:25 +02:00
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.