]> git.meshlink.io Git - meshlink/commitdiff
Fix a potential segfault when closing a stopped meshlink handle.
authorGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 12:23:04 +0000 (14:23 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 12:23:04 +0000 (14:23 +0200)
If meshlink_stop() was called before meshlink_close(), the latter would
cause pthread_join() being called on a thread that was already joined.


No differences found