summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/host/mex.host.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/host/mex.host.c')
-rw-r--r--digital/avr/modules/host/mex.host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/avr/modules/host/mex.host.c b/digital/avr/modules/host/mex.host.c
index 274c242e..e884971c 100644
--- a/digital/avr/modules/host/mex.host.c
+++ b/digital/avr/modules/host/mex.host.c
@@ -529,6 +529,7 @@ mex_node_reserve (const char *mtype_str)
/* Return allocated message type. */
u8 mtype;
mex_msg_pop (rsp, "B", &mtype);
+ mex_msg_delete (rsp);
return mtype;
}