Commit cdeb2b17 authored by claes's avatar claes

Bugfix in event-handling

parent d6213785
...@@ -168,6 +168,7 @@ receive ( ...@@ -168,6 +168,7 @@ receive (
if (get->type.b == qcom_eBtype_event) { if (get->type.b == qcom_eBtype_event) {
event(get); event(get);
qcom_Free(&sts, mp); qcom_Free(&sts, mp);
continue;
} }
else if (get->type.b != net_cMsgClass) { else if (get->type.b != net_cMsgClass) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment