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

Unschedule classes in custom destructors #497

Closed itsdani closed 8 years ago

itsdani commented 8 years ago

Currently stateful classes unschedule themselves on destruction, but only in the auto-generated default destructor. If a custom destructor is provided, the class will not unschedule itself, and this can lead to errors.

abelhegedus commented 8 years ago

Fixed in master.