]> git.meshlink.io Git - meshlink/commit
Fix a small memory leak.
authorGuus Sliepen <guus@meshlink.io>
Fri, 19 Jul 2019 12:44:29 +0000 (14:44 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 19 Jul 2019 12:51:10 +0000 (14:51 +0200)
commit031ebcf6065bccc6279a6745676b0e4b9f7fda80
tree50d6d45a6dd694d46e950d3289ea539e38eb5afe
parentaff6ff7ee5c0c353df6a3aa5c09fc66810c59b6e
Fix a small memory leak.

When registering ourselves to Catta, we called meshlink_get_fingerprint()
without freeing the returned string afterwards.
src/discovery.c