Skip to content
Snippets Groups Projects
Commit a0a327dd authored by lambda7xx's avatar lambda7xx
Browse files

fix the deconstruct function 2021-07-19

parent 8cd95d51
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ IBVerbsQP::~IBVerbsQP() {
delete send_msg_buf_.front();
send_msg_buf_.pop();
}
while (msg_pendding_list_.empty() == false) { msg_pendding_list_.pop(); }
for (ActorMsgMR* msg_mr : recv_msg_buf_) { delete msg_mr; }
}
......
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