Don't call LLE_FREE() after nd6_free().
MFC after: 3 days
This commit is contained in:
parent
54a1c2b5aa
commit
2eb10edccb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198976
@ -513,6 +513,7 @@ nd6_llinfo_timer(void *arg)
|
||||
|
||||
if (ln->la_flags & LLE_DELETED) {
|
||||
(void)nd6_free(ln, 0);
|
||||
ln = NULL;
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user