Don't call LLE_FREE() after nd6_free().

MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2009-11-06 10:07:38 +00:00
parent 54a1c2b5aa
commit 2eb10edccb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198976

View File

@ -513,6 +513,7 @@ nd6_llinfo_timer(void *arg)
if (ln->la_flags & LLE_DELETED) {
(void)nd6_free(ln, 0);
ln = NULL;
goto done;
}