Removed added delete to non-existing field for 'ch_account_details_t'

pull/3086/head
Javier Jaramago Fernández 6 years ago
parent 42fa0f7945
commit 61aa5275fe

@ -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) {

Loading…
Cancel
Save