mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
fix potential memory leak
This commit is contained in:
parent
3dcb23ac8d
commit
8f9ae2198a
1 changed files with 2 additions and 0 deletions
|
|
@ -413,6 +413,8 @@ static void quality_reporting_interval_report_video_and_rtt(void) {
|
|||
}
|
||||
|
||||
end_call(marie, pauline);
|
||||
/*wait for publish triggered by the end of call to be completed*/
|
||||
wait_for_until(marie->lc,pauline->lc,NULL,0,3000);
|
||||
}
|
||||
|
||||
linphone_call_params_destroy(marie_params);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue