Skip to content

Commit

Permalink
#1899: runnable: add missing end for continuation causing leak
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and cz4rs committed Sep 28, 2022
1 parent ae7a1cd commit 660355e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/runnable/runnable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ void RunnableNew::end() {
contexts_.setcontext.end();
if (contexts_.has_td) contexts_.td.end();
if (contexts_.has_col) contexts_.col.end();
if (contexts_.has_cont) contexts_.cont.end();
if (contexts_.has_lb) contexts_.lb.end();
#if vt_check_enabled(trace_enabled)
if (contexts_.has_trace) contexts_.trace.end();
Expand Down

0 comments on commit 660355e

Please sign in to comment.