IncQueryLabs / EMDW-MC

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.
Eclipse Public License 1.0
3 stars 1 forks source link

Error when unscheduling classes on deletion #496

Closed itsdani closed 8 years ago

itsdani commented 8 years ago

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