mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Removing redundant non null check before deleting a ptr in destructors #301
This commit is contained in:
@@ -252,10 +252,7 @@ ExportCloudsDialog::ExportCloudsDialog(QWidget *parent) :
|
||||
ExportCloudsDialog::~ExportCloudsDialog()
|
||||
{
|
||||
delete _ui;
|
||||
if(_compensator)
|
||||
{
|
||||
delete _compensator;
|
||||
}
|
||||
delete _compensator;
|
||||
}
|
||||
|
||||
void ExportCloudsDialog::updateMLSGrpVisibility()
|
||||
|
||||
Reference in New Issue
Block a user