hnbgw: dumb fix of context map hnb_list double delete

This commit is contained in:
Neels Hofmeyr 2016-04-23 13:53:28 +02:00 committed by Harald Welte
parent 14da5411a4
commit 0a461568f0
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ void hnb_context_release(struct hnb_context *ctx)
* gone. Let's hope the second osmo_llist_del in the
* map garbage collector works fine? */
llist_del(&map->hnb_list);
llist_del(&map->cn_list);
context_map_deactivate(map);
}
ue_context_free_by_hnb(ctx->gw, ctx);