fix message tester warning : do not unref an unitialisez LinphoneChatMessage

This commit is contained in:
Benjamin Reis 2018-02-01 10:23:27 +01:00
parent 7032a1476a
commit a705f8dda6

View file

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