Skip to content

Commit

Permalink
Auto-Merge pull request collectd#4260 from octo/write_redis
Browse files Browse the repository at this point in the history
Automatically merged due to "Automerge" label
  • Loading branch information
collectd-bot committed Jan 29, 2024
2 parents cfbf444 + 162478c commit 94e9e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/write_redis.c
Expand Up @@ -170,7 +170,9 @@ static void wr_config_free(void *ptr) /* {{{ */
node->conn = NULL;
}

pthread_mutex_destroy(&node->lock);
sfree(node->host);
sfree(node->prefix);
sfree(node);
} /* }}} void wr_config_free */

Expand Down

0 comments on commit 94e9e37

Please sign in to comment.