CAM: Add missing destructor
Coverity issue 513026
This commit is contained in:
committed by
Benjamin Nauck
parent
b8589b03ea
commit
ddffc455c4
@@ -46,6 +46,11 @@ DlgCAMSimulator::DlgCAMSimulator(QWindow* parent)
|
||||
mMillSimulator = new MillSimulation();
|
||||
}
|
||||
|
||||
DlgCAMSimulator::~DlgCAMSimulator()
|
||||
{
|
||||
delete mMillSimulator;
|
||||
}
|
||||
|
||||
void DlgCAMSimulator::render(QPainter* painter)
|
||||
{
|
||||
Q_UNUSED(painter);
|
||||
|
||||
Reference in New Issue
Block a user