From 5cac146b50a70173a9007f698acd3d78357f6836 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 21 Nov 2012 22:34:33 +0100 Subject: digital/avr/modules/host: fix missing message release --- digital/avr/modules/host/mex.host.c | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/avr') 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; } -- cgit v1.2.3