From 61aa5275fed7996dc1e8ac5328fb257589b958b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 29 Sep 2020 09:30:24 +0200 Subject: [PATCH] Removed added delete to non-existing field for 'ch_account_details_t' --- lib/ProxySQL_Admin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index f8a629456..a1d8a0d54 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -10196,7 +10196,6 @@ void ProxySQL_Admin::save_clickhouse_users_runtime_to_database(bool _runtime) { free(ad->username); free(ad->password); // this is not initialized with dump_all_users( , false) free(ad->default_schema); // this is not initialized with dump_all_users( , false) - free(ad->attributes); free(ad); } if (_runtime) {