Browse Source

TT#14008 always unkernelize before closing sockets

Change-Id: Ic0267e64d16ce838f4a1028dd8376b024b69697a
pull/1439/head
Richard Fuchs 4 years ago
parent
commit
c42af688d4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -3815,6 +3815,8 @@ static void __monologue_destroy(struct call_monologue *monologue, bool recurse)
STR_FMT(&monologue->tag), STR_FMT(&monologue->tag),
STR_FMT0(&monologue->viabranch)); STR_FMT0(&monologue->viabranch));
__monologue_unkernelize(monologue);
g_hash_table_remove(call->tags, &monologue->tag); g_hash_table_remove(call->tags, &monologue->tag);
if (monologue->viabranch.s) if (monologue->viabranch.s)
g_hash_table_remove(call->viabranches, &monologue->viabranch); g_hash_table_remove(call->viabranches, &monologue->viabranch);


Loading…
Cancel
Save