Skip to content
Snippets Groups Projects
Commit 50daa67f authored by Sonia Minolli's avatar Sonia Minolli
Browse files

Fixed init crash with autotuning mode (SCAN-420)

parent 48baf8cb
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,9 @@ void AIManager::periodic_job_i ()
void AIManager::quitTask ()
throw (Tango::DevFailed)
{
// Disable periodic messages
this->enable_periodic_msg (false);
try
{
if (this->m_currentAcquisition)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment