mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
fix message tester warning : do not unref an unitialisez LinphoneChatMessage
This commit is contained in:
parent
7032a1476a
commit
a705f8dda6
1 changed files with 1 additions and 1 deletions
|
|
@ -2127,9 +2127,9 @@ void _text_message_with_custom_content_type(bool_t with_lime) {
|
|||
}
|
||||
|
||||
bctbx_free(buf);
|
||||
linphone_chat_message_unref(msg);
|
||||
|
||||
end:
|
||||
linphone_chat_message_unref(msg);
|
||||
linphone_core_manager_destroy(marie);
|
||||
linphone_core_manager_destroy(pauline);
|
||||
remove("tmpZIDCacheMarie.sqlite");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue