]> git.meshlink.io Git - meshlink/commitdiff
Fix a potential segfault when closing a meshlink handle.
authorGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 12:20:17 +0000 (14:20 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 12:20:17 +0000 (14:20 +0200)
Freeing the UTCP instance of a node would result in meshlink_send() being
called on a node that was already partially freed.


No differences found