ros-teleop / teleop_twist_joy

Simple joystick teleop for twist robots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pimpl_ pointer in construction never deleted

yangtfu opened this issue · comments

commented

No deconstruction function is defined, i'm wondering if the pimpl_ pointer is released?

TeleopTwistJoy::TeleopTwistJoy(ros::NodeHandle* nh, ros::NodeHandle* nh_param)
{
  pimpl_ = new Impl;
...