Fix possible reference leak.

Sponsored by:	Yandex LLC
This commit is contained in:
Andrey V. Elsukov 2015-04-24 21:05:29 +00:00
parent 54335630a7
commit 1ffc12bc42

View File

@ -2159,6 +2159,7 @@ tcp_signature_do_compute(struct mbuf *m, int len, int optlen,
break;
#endif
default:
KEY_FREESAV(&sav);
return (-1);
/* NOTREACHED */
break;