Skip to content
  • Wim Taymans's avatar
    Match WSAStartup and WSACleanup correctly · bb5e2d3f
    Wim Taymans authored
    Don't randomly call WSAStartup and WSACleanup but instead call the startup when
    we create a connection and cleanup when we free it again. Because the internal
    datastructure is refcounted, this should not cause any refcounting leaks when
    the connection is managed correctly.
    Fixes #562794.
    bb5e2d3f