mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
dc8c6747d3
* QueuedObservable could not leak due to hard references. Have made it weak referenced but also had to reference count a hard reference to prevent early GC. Explained in comments. * Improved comments. * Fixed typo * Fixed another typo