Skip to content

Commit

Permalink
#702: PendingSend: fix release not cleaning up epoch_action_ so it is…
Browse files Browse the repository at this point in the history
…n't repeated on destruction
  • Loading branch information
nmm0 committed Mar 2, 2020
1 parent 61eaa4b commit 35c5168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/messaging/pending_send.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void PendingSend::release() {
sendMsg();
} else if ( epoch_action_ ) {
epoch_action_();
epoch_action_ = {};
}
if (epoch_produced_ != no_epoch) {
theMsg()->popEpoch(epoch_produced_);
Expand Down

0 comments on commit 35c5168

Please sign in to comment.