We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8ad3d commit e6aff21Copy full SHA for e6aff21
docs/release-notes/release-notes-0.19.2.md
@@ -32,6 +32,10 @@
32
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9978) a deadlock which
33
can happen when the peer start-up has not yet completed but a another p2p
34
connection attempt tries to disconnect the peer.
35
+
36
+- [Fixed](https://github.com/lightningnetwork/lnd/pull/10012) a case which
37
+ could lead to a memory issues due to a goroutine leak in the peer/gossiper
38
+ code.
39
40
# New Features
41
0 commit comments