diff options
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-algorithm.c | 2 |
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 ef9d4026e..daac0ce47 100644 --- a/xlators/cluster/afr/src/afr-self-heal-algorithm.c +++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.c @@ -427,6 +427,8 @@ sh_diff_private_cleanup (call_frame_t *frame, xlator_t *this) if (sh_priv->loops[i]->checksum) GF_FREE (sh_priv->loops[i]->checksum); + + GF_FREE (sh_priv->loops[i]); } } |