Skip to content
  • David Edmundson's avatar
    Don't modify member variables in another thread · 29247d6d
    David Edmundson authored
    m_connectedEvents is modified in connectNotify which according to the
    docs will be called from the thread of the caller, not this.
    
    As it is read from our thread this risks calling a clash.
    
    REVIEW: 125395
    BUG: 345862
    29247d6d