diff --git a/net/phonet/pep.c b/net/phonet/pep.c index db34735403035bd327be48658a58d2d553e06491..63d34e702df520493b5ce69629e33fc4cbdd2e2a 100644 --- a/net/phonet/pep.c +++ b/net/phonet/pep.c @@ -881,6 +881,7 @@ static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp, err = pep_accept_conn(newsk, skb); if (err) { + __sock_put(sk); sock_put(newsk); newsk = NULL; goto drop;