mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +00:00
Initialize ls to NULL
This commit is contained in:
parent
f1b00b5ec2
commit
221c0c5806
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ int offer_answer_initiate_incoming(const SalMediaDescription *local_capabilities
|
|||
const SalMediaDescription *remote_offer,
|
||||
SalMediaDescription *result, bool_t one_matching_codec){
|
||||
int i;
|
||||
const SalStreamDescription *ls,*rs;
|
||||
const SalStreamDescription *ls=NULL,*rs;
|
||||
|
||||
for(i=0;i<remote_offer->nstreams;++i){
|
||||
rs=&remote_offer->streams[i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue