|
@@ -304,6 +304,7 @@ static int dccp_v6_send_response(struct sock *sk, struct request_sock *req)
|
|
|
|
|
|
|
|
static void dccp_v6_reqsk_destructor(struct request_sock *req)
|
|
static void dccp_v6_reqsk_destructor(struct request_sock *req)
|
|
|
{
|
|
{
|
|
|
|
|
+ dccp_feat_list_purge(&dccp_rsk(req)->dreq_featneg);
|
|
|
if (inet6_rsk(req)->pktopts != NULL)
|
|
if (inet6_rsk(req)->pktopts != NULL)
|
|
|
kfree_skb(inet6_rsk(req)->pktopts);
|
|
kfree_skb(inet6_rsk(req)->pktopts);
|
|
|
}
|
|
}
|