The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language.
If a class has events, but no statemachine, the generated default destructor tries to read the nonexistent event queues. (Event queues are generated iff the class has statemachine.)
If a class has events, but no statemachine, the generated default destructor tries to read the nonexistent event queues. (Event queues are generated iff the class has statemachine.)
This is also slightly related to #475