|
|
@ -2105,8 +2105,6 @@ static const char *call_offer_answer_ng(struct ng_buffer *ngbuf, bencode_item_t |
|
|
} else { |
|
|
} else { |
|
|
ilog(LOG_DEBUG, "Not updating Redis due to present no-redis-update flag"); |
|
|
ilog(LOG_DEBUG, "Not updating Redis due to present no-redis-update flag"); |
|
|
} |
|
|
} |
|
|
obj_put(call); |
|
|
|
|
|
call = NULL; |
|
|
|
|
|
|
|
|
|
|
|
gettimeofday(&(from_ml->started), NULL); |
|
|
gettimeofday(&(from_ml->started), NULL); |
|
|
|
|
|
|
|
|
@ -2117,6 +2115,8 @@ static const char *call_offer_answer_ng(struct ng_buffer *ngbuf, bencode_item_t |
|
|
errstr = "Ran out of ports"; |
|
|
errstr = "Ran out of ports"; |
|
|
call_destroy(call); |
|
|
call_destroy(call); |
|
|
} |
|
|
} |
|
|
|
|
|
obj_put(call); |
|
|
|
|
|
call = NULL; |
|
|
|
|
|
|
|
|
if (ret) |
|
|
if (ret) |
|
|
goto out; |
|
|
goto out; |
|
|
|