X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;ds=sidebyside;f=net%2Fsctp%2Fprotocol.c;h=9c90811d11345b6fb4a55b5878a9ec168bd3f17c;hb=8626e4a42675ff9903f7d4fbf14d8ebc11b5926c;hp=5942d27b1444c71dc4c7af0c591ec3b1b181a92d;hpb=11b91d6fe7272452c999573bab33c15c2f03dc31;p=cascardo%2Flinux.git diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 5942d27b1444..9c90811d1134 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -673,7 +673,9 @@ void sctp_addr_wq_timeout_handler(unsigned long arg) SCTP_DEBUG_PRINTK("sctp_addrwq_timo_handler: sctp_asconf_mgmt failed\n"); sctp_bh_unlock_sock(sk); } +#if IS_ENABLED(CONFIG_IPV6) free_next: +#endif list_del(&addrw->list); kfree(addrw); }