mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
* The crash fix is ensuring we don't loop through m_disconnectCallbacks in DeleteSignal::send() * This is because the callback will end up calling disconnect which in turn erases the entry from m_disconnectCallbacks, invalidating the iterators used in the loop.