Skip to content
Snippets Groups Projects
Commit 51c0913a authored by dt's avatar dt
Browse files

Fix crash

parent dc5cb2be
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ bool QmlInspector::connectToViewer()
if (m_conn) {
m_conn->disconnectFromHost();
delete m_conn;
m_conn = 0;
}
ProjectExplorer::Project *project = ProjectExplorer::ProjectExplorerPlugin::instance()->currentProject();
......
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