0
0
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:
Ondrej Zajicek (work) 2017-12-13 14:49:55 +01:00
parent cb21c5ffa9
commit 772beb7308

View File

@ -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);
}
}