diff --git a/src/list.cpp b/src/list.cpp index cbcf0317..08126704 100644 --- a/src/list.cpp +++ b/src/list.cpp @@ -97,6 +97,7 @@ void List::verify_attached() if (!m_link_view->is_attached()) { throw std::runtime_error("LinkView is not attached"); } + m_realm->verify_thread(); } void List::verify_in_tranaction()