Skip to content
  • Jakub Adam's avatar
    tcp-bsd: Restore global locks · a05e9dcf
    Jakub Adam authored
    Avoids race between socket_send_more() and socket_close() leading either
    to crash on use of freed NiceSocket, or abort upon attempting to
    g_mutex_clear() a locked mutex.
    
    Akin to what d1611c0c did to udp-turn.
    a05e9dcf