Skip to content
  • Allison Karlitskaya's avatar
    gsocketclient: Fix a leak in the connection code · bdefe5f9
    Allison Karlitskaya authored
    We miss releasing the async operation's reference on a state object in
    one of the error cases.
    
    The call to connection_attempt_remove() (although it calls unref
    internally) is not sufficient because this is releasing the reference
    that the list owns.
    
    Closes #1774
    bdefe5f9