diff --git a/src/cluster.c b/src/cluster.c index c832d870..897079c4 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -398,6 +398,7 @@ void clusterNodeDelFailureReport(clusterNode *node, clusterNode *sender) { /* Remove the failure report. */ listDelNode(l,ln); + clusterNodeCleanupFailureReports(node); } /* Remove failure reports that are too old, where too old means reasonably