mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Delete temporary jpeg file while snapshot tester ending
This commit is contained in:
parent
e960ca4d7d
commit
5b17d4d473
1 changed files with 1 additions and 1 deletions
|
|
@ -2899,7 +2899,7 @@ static void video_call_snapshot(void) {
|
|||
linphone_call_take_video_snapshot(callInst, filename);
|
||||
wait_for_until(marie->lc, pauline->lc, &dummy, 1, 5000);
|
||||
CU_ASSERT_EQUAL(access(filename, F_OK), 0);
|
||||
// remove(filename);
|
||||
remove(filename);
|
||||
}
|
||||
ms_free(filename);
|
||||
linphone_core_manager_destroy(marie);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue