aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-11-11 17:39:09 +0300
committerlevlam <levlam@telegram.org>2021-11-11 17:39:09 +0300
commitb731414d42c0766bd106fcbd137406586af2e7ba (patch)
treeae23ee7faa9ad2c580326714c6c7bcaf14ec22fe /benchmark
parent712197ad6d8db03549d8fe10af5e8231b818e2b2 (diff)
Init some fields just in case.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bench_http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_http.cpp b/benchmark/bench_http.cpp
index 2ec548a53..f1147c01c 100644
--- a/benchmark/bench_http.cpp
+++ b/benchmark/bench_http.cpp
@@ -61,7 +61,7 @@ class HttpClient final : public td::HttpOutboundConnection::Callback {
}
td::ActorOwn<td::HttpOutboundConnection> connection_;
- int cnt_;
+ int cnt_ = 0;
};
int main() {