mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-21 17:21:53 +00:00
Lib: Minor fix
This commit is contained in:
parent
cb21c5ffa9
commit
772beb7308
@ -244,6 +244,7 @@ lp_restore(linpool *m, lp_state *p)
|
||||
while ((c = m->first_large) && (c != p->large))
|
||||
{
|
||||
m->first_large = c->next;
|
||||
m->total_large -= c->size;
|
||||
xfree(c);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user