--- embedaddon/bird/proto/ospf/topology.c 2017/08/22 12:33:54 1.1.1.1 +++ embedaddon/bird/proto/ospf/topology.c 2021/03/17 19:50:23 1.1.1.2 @@ -404,6 +404,8 @@ ospf_refresh_lsa(struct ospf_proto *p, struct top_hash void ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en) { + en->nf = NULL; + if (en->next_lsa_body) { mb_free(en->next_lsa_body);