Merge branch 'collectd-5.7' into collectd-5.8
[collectd.git] / src / write_graphite.c
index a8d1320..7d7c0e8 100644 (file)
@@ -312,6 +312,7 @@ static void wg_callback_free(void *data) {
   sfree(cb->prefix);
   sfree(cb->postfix);
 
+  pthread_mutex_unlock(&cb->send_lock);
   pthread_mutex_destroy(&cb->send_lock);
 
   sfree(cb);