Skip to content
Snippets Groups Projects
Commit 0261a236 authored by Jay Rainey's avatar Jay Rainey
Browse files

Prevent crash on OSX. Refs #7637.

parent 37b390f8
No related branches found
No related tags found
No related merge requests found
...@@ -9492,6 +9492,7 @@ void ApplicationWindow::closeEvent( QCloseEvent* ce ) ...@@ -9492,6 +9492,7 @@ void ApplicationWindow::closeEvent( QCloseEvent* ce )
{ {
icatsearch->disconnect(); icatsearch->disconnect();
delete icatsearch; delete icatsearch;
icatsearch = NULL;
} }
   
if( scriptingWindow ) if( scriptingWindow )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment