summaryrefslogtreecommitdiffstats
path: root/scheduler/rr/src/rr-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/rr/src/rr-options.c')
-rw-r--r--scheduler/rr/src/rr-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/rr/src/rr-options.c b/scheduler/rr/src/rr-options.c
index b76c9fcccfc..b454ccd7c22 100644
--- a/scheduler/rr/src/rr-options.c
+++ b/scheduler/rr/src/rr-options.c
@@ -143,9 +143,9 @@ _rr_options_read_only_subvolumes_validate (const char *value_string,
free_exit:
for (i = 0; i < vcount; i++)
{
- free (vlist[i]);
+ GF_FREE (vlist[i]);
}
- free (vlist);
+ GF_FREE (vlist);
return -1;
}