Skip to content
  • Matthias Clasen's avatar
    Fix a possible deadlock · b2715bbc
    Matthias Clasen authored
    the FdSource was calling g_cancellable_disconnect while holding the
    main context lock, which is bad news if the ::cancelled handler is
    trying to get that lock to wake up the mainloop...
    
    Bug 586432
    b2715bbc