Fix crash in CPIM tester.

This commit is contained in:
Ghislain MARY 2018-04-26 17:03:59 +02:00
parent 251147589c
commit 96e0a6a228

View file

@ -281,6 +281,9 @@ static void cpim_chat_message_modifier_base (bool useMultipart) {
BC_ASSERT_STRING_EQUAL(linphone_chat_message_get_content_type(pauline->stat.last_received_chat_message), expected.c_str());
}
marieMessage.reset();
marieRoom.reset();
linphone_im_encryption_engine_unref(marie_imee);
linphone_im_encryption_engine_unref(pauline_imee);