znone
2018-06-06 9bd42502f62125906706b49178e471ceb36db4c9
include/qtl_database_pool.hpp
@@ -29,7 +29,14 @@
      if(m_background_thread.joinable())
      {
         m_stop_thread=true;
         m_background_thread.join();
         try
         {
            m_background_thread.join();
         }
         catch (std::system_error&)
         {
            //igore the error
         }
      }
      clear();
   }