summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/afr/src/afr-self-heal-algorithm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-algorithm.c b/xlators/cluster/afr/src/afr-self-heal-algorithm.c
index eefd1ff7bb4..8261858d094 100644
--- a/xlators/cluster/afr/src/afr-self-heal-algorithm.c
+++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.c
@@ -426,6 +426,8 @@ sh_diff_private_cleanup (call_frame_t *frame, xlator_t *this)
if (sh_priv->loops[i]->checksum)
FREE (sh_priv->loops[i]->checksum);
+
+ FREE (sh_priv->loops[i]);
}
}