From 8f9ae2198aae1d8ce36c3c3e239023bbd3d25034 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 14 Oct 2016 14:30:12 +0200 Subject: [PATCH] fix potential memory leak --- tester/quality_reporting_tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester/quality_reporting_tester.c b/tester/quality_reporting_tester.c index ad6563ecc..5a15109c1 100644 --- a/tester/quality_reporting_tester.c +++ b/tester/quality_reporting_tester.c @@ -413,6 +413,8 @@ static void quality_reporting_interval_report_video_and_rtt(void) { } end_call(marie, pauline); + /*wait for publish triggered by the end of call to be completed*/ + wait_for_until(marie->lc,pauline->lc,NULL,0,3000); } linphone_call_params_destroy(marie_params);