Skip to content

pimpl_ pointer in construction never deleted #35

@yangtfu

Description

@yangtfu

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;
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions