Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pimpl_ pointer in construction never deleted #35

Open
yangtfu opened this issue Apr 3, 2020 · 0 comments
Open

pimpl_ pointer in construction never deleted #35

yangtfu opened this issue Apr 3, 2020 · 0 comments

Comments

@yangtfu
Copy link

yangtfu commented Apr 3, 2020

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;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant