Commit 16c6d5dd authored by TousakaRin's avatar TousakaRin

Fix coredump in unittest

parent df273c63
......@@ -277,6 +277,7 @@ Controller::Call::~Call() {
void Controller::Call::Reset() {
nretry = 0;
need_feedback = false;
enable_circuit_breaker = false;
touched_by_stream_creator = false;
peer_id = (SocketId)-1;
begin_time_us = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment