summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/afr/src/afr-self-heal-common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c
index b74035be8d5..be75a6261ba 100644
--- a/xlators/cluster/afr/src/afr-self-heal-common.c
+++ b/xlators/cluster/afr/src/afr-self-heal-common.c
@@ -177,6 +177,8 @@ afr_sh_build_pending_matrix (afr_private_t *priv,
}
}
}
+
+ FREE (ignorant_subvols);
}
@@ -504,6 +506,8 @@ afr_sh_mark_sources (afr_self_heal_t *sh, int child_count,
}
out:
+ FREE (characters);
+
return nsources;
}