mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Make the call recording testers to remove the record file after testing
This commit is contained in:
parent
2d70a8120c
commit
660d800839
1 changed files with 1 additions and 0 deletions
|
|
@ -3095,6 +3095,7 @@ static void record_call(const char *filename, bool_t enableVideo) {
|
|||
end_call(marie, pauline);
|
||||
CU_ASSERT_EQUAL(access(filepath, F_OK), 0);
|
||||
}
|
||||
remove(filepath);
|
||||
ms_free(filepath);
|
||||
}
|
||||
linphone_core_manager_destroy(marie);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue