summaryrefslogtreecommitdiff
path: root/sql/wsrep_var.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/wsrep_var.cc')
-rw-r--r--sql/wsrep_var.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_var.cc b/sql/wsrep_var.cc
index 2f13ffd6747..8a507711daf 100644
--- a/sql/wsrep_var.cc
+++ b/sql/wsrep_var.cc
@@ -216,6 +216,7 @@ static bool refresh_provider_options()
get_provider_option_value(wsrep_provider_options,
(char*)"repl.max_ws_size",
&wsrep_max_ws_size);
+ free(opts);
}
else
{