Make the call recording testers to remove the record file after testing

This commit is contained in:
François Grisez 2014-11-25 14:02:57 +01:00
parent 2d70a8120c
commit 660d800839

View file

@ -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);