aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_debug.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-08-03 09:49:30 +0200
committerLukas Larsson <[email protected]>2018-08-03 09:49:30 +0200
commit6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f (patch)
treeee5b1c528bed10a01be84777ed4114b433cf60f5 /erts/emulator/beam/beam_debug.c
parentbaf4d126ba0622e35eb881d199ce99f42b60e31b (diff)
parent0ae934aa008f9ff2a929eafc52811fcde619631a (diff)
downloadotp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.tar.gz
otp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.tar.bz2
otp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/beam_debug.c')
-rw-r--r--erts/emulator/beam/beam_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/beam_debug.c b/erts/emulator/beam/beam_debug.c
index 10d20c8f3f..9633de2021 100644
--- a/erts/emulator/beam/beam_debug.c
+++ b/erts/emulator/beam/beam_debug.c
@@ -1191,6 +1191,7 @@ dirty_send_message(Process *c_p, Eterm to, Eterm tag)
mp = erts_alloc_message_heap(rp, &rp_locks, 3, &hp, &ohp);
msg = TUPLE2(hp, tag, c_p->common.id);
+ ERL_MESSAGE_TOKEN(mp) = am_undefined;
erts_queue_proc_message(c_p, rp, rp_locks, mp, msg);
if (rp == real_c_p)