Supress replacing call hash when deleting full call.

remotes/origin/2.0
Andreas Granig 13 years ago
parent 2bee5a1f6b
commit 24d22be867

@ -1120,6 +1120,7 @@ static void call_destroy_all_branches(struct call *c) {
while(c) {
mylog(LOG_INFO, "[%s - %s] Delete call branch", c->callid, VIA2STR(c->viabranch));
next = c->next;
c->next = NULL;
call_destroy(c);
c = next;
}

Loading…
Cancel
Save