Skip to content

Commit 0578090

Browse files
committed
memory leak
1 parent 0266a48 commit 0578090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ void MainWindow::on_actionastig_in_polar_triggered()
20742074
{
20752075
surfaceAnalysisTools *saTools = surfaceAnalysisTools::get_Instance();
20762076
QList<int> list = saTools->SelectedWaveFronts();
2077-
astigPolargraph * graph = new astigPolargraph( list);
2077+
astigPolargraph * graph = new astigPolargraph( list, this);
20782078
graph->resize(2000,1000);
20792079
graph->exec();
20802080
}

0 commit comments

Comments
 (0)