Skip to content

Commit

Permalink
Initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed May 21, 2024
1 parent 1c7ff5a commit a593f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/response_sender.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ResponseSender::Send(
send_message_payload->has_error = false;
send_message_payload->is_error_set = false;
send_message_payload->flags = flags;
send_message_payload->is_response_factory_cleaned = false;

std::unique_ptr<IPCMessage> ipc_message =
IPCMessage::Create(shm_pool_, false /* inline_response */);
Expand Down

0 comments on commit a593f2f

Please sign in to comment.