ros-visualization / rviz

ROS 3D Robot Visualizer
BSD 3-Clause "New" or "Revised" License
831 stars 463 forks source link

Fix panel deletion #1759

Closed rhaschke closed 2 years ago

rhaschke commented 2 years ago

When deleting a PanelDockWidget directly (i.e. not using the corresponding menu action), a dangling pointer was maintained (causing a crash e.g. on next Save) and the menu action wasn't removed. Now, if the dock is removed, the cleanup happens as well.