From 54c6519b5833959bae05703a9a6b6fe5a50acfe6 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Sat, 19 Sep 2015 11:24:08 +0200 Subject: [PATCH] fix LinphoneCoreManager not destroyed in a test --- tester/call_tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester/call_tester.c b/tester/call_tester.c index d1bd22c13..6d28d03f9 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -4961,6 +4961,8 @@ static void call_logs_if_no_db_set() { end_call(marie, laure); BC_ASSERT_TRUE(ms_list_size(laure->lc->call_logs) == 11); + linphone_core_manager_destroy(marie); + linphone_core_manager_destroy(laure); } static void call_logs_migrate() {