diff options
Diffstat (limited to 'net/sctp/output.c')
| -rw-r--r-- | net/sctp/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/output.c b/net/sctp/output.c index 9dcbc6d38a1f..d7826c2216e6 100644 --- a/net/sctp/output.c +++ b/net/sctp/output.c @@ -419,6 +419,7 @@ int sctp_packet_transmit(sctp_packet_t *packet) dst = transport->dst; /* The 'obsolete' field of dst is set to 2 when a dst is freed. */ if (!dst || (dst->obsolete > 1)) { + dst_release(dst); sctp_transport_route(transport, NULL, sctp_sk(sk)); sctp_assoc_sync_pmtu(asoc); } |
