moveit / geometric_shapes

Representation of geometric shapes
57 stars 92 forks source link

Possible Memory Leak in constructBodyFromMsgHelper() #167

Closed TungYiLai closed 3 years ago

TungYiLai commented 3 years ago

Won't it causes memory leak if shape is allocated but never deleted? https://github.com/ros-planning/geometric_shapes/blob/85999cb/src/body_operations.cpp#L182

rhaschke commented 3 years ago

I agree. Thanks for pointing this out. I filed #168 to fix this.