network plugin: Make sure all memory is freed when the receive thread fails.
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 08:26:21 +0000 (10:26 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 08:26:21 +0000 (10:26 +0200)
commit7f6c4a16fdacab6c11f8a7756f0d8438ce198288
treecfef6daf466c797cadce31c2db983096b645454c
parent7909156126916e6fd6ad97fa45b2a8391c78ba22
network plugin: Make sure all memory is freed when the receive thread fails.

Not all that useful (your receive thread just died …) but hopefully
makes the static analysis happy.
src/network.c