summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 eefd1ff7b..8261858d0 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]);
}
}