You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function AmclNode::reconfigureCB of amcl_node.cpp, pf_ is allocated a new memory but pf_free( pf_ ) is not called before that. Should this potentially create memory leak each time the dynamic reconfigure callback is triggered?
The text was updated successfully, but these errors were encountered:
In the function AmclNode::reconfigureCB of amcl_node.cpp, pf_ is allocated a new memory but pf_free( pf_ ) is not called before that. Should this potentially create memory leak each time the dynamic reconfigure callback is triggered?
The text was updated successfully, but these errors were encountered: