From 0153c960df90c1388bc6668bc8a118d652f9583f Mon Sep 17 00:00:00 2001 From: bifo Date: Mon, 9 Oct 2023 21:12:42 +0200 Subject: [PATCH] point_cloud_common: fix segfault when closing/changing config of rviz running point cloud plugin --- src/rviz/default_plugin/point_cloud_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rviz/default_plugin/point_cloud_common.cpp b/src/rviz/default_plugin/point_cloud_common.cpp index deca035cd3..e84673df8d 100644 --- a/src/rviz/default_plugin/point_cloud_common.cpp +++ b/src/rviz/default_plugin/point_cloud_common.cpp @@ -386,7 +386,7 @@ void PointCloudCommon::initialize(DisplayContext* context, Ogre::SceneNode* scen PointCloudCommon::~PointCloudCommon() { - delete transformer_class_loader_; + // delete transformer_class_loader_; } void PointCloudCommon::loadTransformers()