mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:21:59 +00:00
Merge pull request #13273 from donaldsharp/metaq_not_making_me_meta_happy
zebra: Actually free up memory associated with the mq list
This commit is contained in:
commit
4b6b10cb81
@ -3766,6 +3766,9 @@ static void rib_meta_queue_gr_run_free(struct meta_queue *mq, struct list *l,
|
||||
continue;
|
||||
|
||||
XFREE(MTYPE_WQ_WRAPPER, gr_run);
|
||||
node->data = NULL;
|
||||
list_delete_node(l, node);
|
||||
mq->size--;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user