X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_mongodb.c;h=9a6fdf2697da4b52c7ba7d5fd5f8f39ed96c73c6;hb=2df75b141dc7474a72ce949bd0ce1ca5739e6fef;hp=24151ceb720a3a29a055a0a24e7cdc6993661d45;hpb=9817e7298bd6c364fa17347327af54adf048bd21;p=collectd.git diff --git a/src/write_mongodb.c b/src/write_mongodb.c index 24151ceb..9a6fdf26 100644 --- a/src/write_mongodb.c +++ b/src/write_mongodb.c @@ -274,10 +274,9 @@ static int wm_config_node (oconfig_item_t *ci) /* {{{ */ int status; int i; - node = malloc (sizeof (*node)); + node = calloc (1, sizeof (*node)); if (node == NULL) return (ENOMEM); - memset (node, 0, sizeof (*node)); mongo_init (node->conn); node->host = NULL; node->store_rates = 1;