]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.c
zebra: free LSP workqueue early, revert PR 10050
[mirror_frr.git] / zebra / zebra_router.c
index 4ce756c953e9d588442175c2ef661ff728a57785..a80c5738551c89dd61c70273e6d9a9c348e0a0bf 100644 (file)
@@ -235,9 +235,6 @@ void zebra_router_terminate(void)
        RB_FOREACH_SAFE (zrt, zebra_router_table_head, &zrouter.tables, tmp)
                zebra_router_free_table(zrt);
 
-       if (zrouter.lsp_process_q)
-               work_queue_free_and_null(&zrouter.lsp_process_q);
-
        work_queue_free_and_null(&zrouter.ribq);
        meta_queue_free(zrouter.mq);