phonet: refcount leak in pep_sock_accep
[linux-2.6-block.git] / net / phonet / pep.c
index a1525916885ae9741972e32b16363319edc1aa31..b4f90afb0638b7e6b2f7668cfe2498f35625f79c 100644 (file)
@@ -868,6 +868,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;