diff options
Diffstat (limited to 'src/irmd')
-rw-r--r-- | src/irmd/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index 6e3f952f..e52ef4da 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1580,7 +1580,6 @@ static void irm_destroy(void) list_for_each_safe(p, h, &irmd->irm_flows) { struct irm_flow * f = list_entry(p, struct irm_flow, next); list_del(&f->next); - ipcp_flow_dealloc(f->n_1_api, f->port_id); irm_flow_destroy(f); } |