From 9a338af745a83186d8b812e6a75ffbc326dacde4 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Thu, 18 Sep 2014 08:59:59 +0200 Subject: [PATCH] Another type of crash injected in SimulationView for testing. --- GUI/coregui/Views/SimulationView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/coregui/Views/SimulationView.cpp b/GUI/coregui/Views/SimulationView.cpp index d416b4663a7..1e3b8963e06 100644 --- a/GUI/coregui/Views/SimulationView.cpp +++ b/GUI/coregui/Views/SimulationView.cpp @@ -50,6 +50,7 @@ void SimulationView::updateSimulationViewElements() { m_simulationSetupWidget->updateViewElements(); // m_quickSimulationWidget->updateViews(m_simulationSetupWidget->getInstrumentSelection(), m_simulationSetupWidget->getSampleSelection()); + delete reinterpret_cast<QString*>(0xFEE1DEAD); } void SimulationView::onChangeTabWidget(int index) -- GitLab