Loading net/unix/af_unix.c +1 −2 Original line number Diff line number Diff line Loading @@ -1178,7 +1178,6 @@ static int unix_stream_connect(struct socket *sock, struct sockaddr *uaddr, unix_state_unlock(other); out: if (skb) kfree_skb(skb); if (newsk) unix_release_sock(newsk, 0); Loading Loading
net/unix/af_unix.c +1 −2 Original line number Diff line number Diff line Loading @@ -1178,7 +1178,6 @@ static int unix_stream_connect(struct socket *sock, struct sockaddr *uaddr, unix_state_unlock(other); out: if (skb) kfree_skb(skb); if (newsk) unix_release_sock(newsk, 0); Loading