Fix a small memory leak in etcd_state_client

This commit is contained in:
Vitaliy Filippov
2021-03-08 17:04:10 +03:00
parent 314b20437b
commit bc742ccf8c
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -81,4 +81,5 @@ struct etcd_state_client_t
void load_pgs();
void parse_state(const std::string & key, const json11::Json & value);
void parse_config(json11::Json & config);
~etcd_state_client_t();
};