diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-16 10:57:39 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-16 10:57:39 +0000 |
commit | ab2fa1e61a56150e23689b41e410028ab8af2251 (patch) | |
tree | 403d642b06826a9a167b7e7233018929d1d98b05 /src/irmd | |
parent | df172e82d2a5058bd0af8d49b6a0854f6a2ada6a (diff) | |
parent | 444096b27c9f70574f6d023c70860d62e2bd395a (diff) | |
download | ouroboros-ab2fa1e61a56150e23689b41e410028ab8af2251.tar.gz ouroboros-ab2fa1e61a56150e23689b41e410028ab8af2251.zip |
Merged in dstaesse/ouroboros/be-irmd (pull request #299)
irmd: Fix shutdown
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); } |