From f930748adffe52aed815def252a2215c6818fff4 Mon Sep 17 00:00:00 2001 From: Daniel Halperin Date: Mon, 18 Jun 2012 11:04:55 +0000 Subject: [PATCH] --- yaml --- r: 311384 b: refs/heads/master c: 39d84a58ad6290a43e6503acc8b54ebb7e4ecc54 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sctp/protocol.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e323a59d9958..b9f105619409 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d189634ecab947c10f6f832258b103d0bbfe73cc +refs/heads/master: 39d84a58ad6290a43e6503acc8b54ebb7e4ecc54 diff --git a/trunk/net/sctp/protocol.c b/trunk/net/sctp/protocol.c index 5942d27b1444..9c90811d1134 100644 --- a/trunk/net/sctp/protocol.c +++ b/trunk/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); }