orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

default task de-constructor is not virtual #74

Closed D-Alex closed 8 years ago

D-Alex commented 8 years ago

All operations defined in the orogen file are declared virtual therefore the default de-constructor should also be made virtual to avoid possible memory leaks.

doudou commented 8 years ago

RTT::TaskContext destructor is virtual already.