From: Donald Sharp Date: Tue, 10 Oct 2017 21:35:19 +0000 (-0400) Subject: ospfd: Do not delete write_q 2 times either X-Git-Tag: frr-4.0-dev~217^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2e5faea3720f43154601e861f4c5df463e5d4ca2;p=matthieu%2Ffrr.git ospfd: Do not delete write_q 2 times either Signed-off-by: Donald Sharp --- diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index e74f13c961..88833e64de 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -768,8 +768,6 @@ static void ospf_finish_final(struct ospf *ospf) if (!CHECK_FLAG(om->options, OSPF_MASTER_SHUTDOWN)) instance = ospf->instance; - list_delete_and_null(&ospf->oi_write_q); - ospf_delete(ospf); if (ospf->name) {