osrf / ros2_serial_example

61 stars 13 forks source link

Make sure to add a virtual destructor to Subscription. #47

Closed clalancette closed 5 years ago

clalancette commented 5 years ago

Otherwise, SubscriptionImpl's destructor wouldn't be called and properly cleanup the subscriptions.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org