summaryrefslogtreecommitdiff
path: root/tpool/task_group.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tpool/task_group.cc')
-rw-r--r--tpool/task_group.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpool/task_group.cc b/tpool/task_group.cc
index b52fe7c0f67..97fbb0911c8 100644
--- a/tpool/task_group.cc
+++ b/tpool/task_group.cc
@@ -53,6 +53,7 @@ namespace tpool
if (t)
{
t->m_func(t->m_arg);
+ dbug_execute_after_task_callback();
t->release();
}
lk.lock();