mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Fix memory leak.
This commit is contained in:
parent
44040c2f3f
commit
7032a1476a
1 changed files with 2 additions and 0 deletions
|
|
@ -1358,6 +1358,8 @@ void lime_transfer_message_base(bool_t encrypt_file,bool_t download_file_from_st
|
|||
BC_ASSERT_EQUAL(pauline->stat.number_of_LinphoneMessageInProgress,2, int, "%d"); // file transfer
|
||||
BC_ASSERT_EQUAL(pauline->stat.number_of_LinphoneMessageDelivered,1, int, "%d");
|
||||
BC_ASSERT_EQUAL(marie->stat.number_of_LinphoneFileTransferDownloadSuccessful,1, int, "%d");
|
||||
linphone_chat_message_unref(msg);
|
||||
|
||||
end:
|
||||
remove("tmpZIDCacheMarie.sqlite");
|
||||
remove("tmpZIDCachePauline.sqlite");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue