Browse Source

segfault fix for debug builds

closes #117
pull/136/head
Richard Fuchs 11 years ago
parent
commit
d17e26adb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -3403,7 +3403,7 @@ static struct call_monologue *call_get_monologue(struct call *call, const str *f
/* we need both sides of the dialogue even in the initial offer, so create /* we need both sides of the dialogue even in the initial offer, so create
* another monologue without to-tag (to be filled in later) */ * another monologue without to-tag (to be filled in later) */
new_branch: new_branch:
__C_DBG("create new \"other side\" monologue for viabranch "STR_FORMAT, STR_FMT(viabranch));
__C_DBG("create new \"other side\" monologue for viabranch "STR_FORMAT, STR_FMT0(viabranch));
os = __monologue_create(call); os = __monologue_create(call);
ret->active_dialogue = os; ret->active_dialogue = os;
os->active_dialogue = ret; os->active_dialogue = ret;


Loading…
Cancel
Save