summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet6/nd6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index de1773e..30fad17 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -513,6 +513,7 @@ nd6_llinfo_timer(void *arg)
if (ln->la_flags & LLE_DELETED) {
(void)nd6_free(ln, 0);
+ ln = NULL;
goto done;
}
OpenPOWER on IntegriCloud