Hi Dat, ACK from me.
Best Regards, Thien -----Original Message----- From: Dat Tran Quoc Phan <[email protected]> Sent: Monday, March 20, 2023 1:15 PM To: Thang Duc Nguyen <[email protected]>; Thien Minh Huynh <[email protected]> Cc: [email protected]; Dat Tran Quoc Phan <[email protected]> Subject: [PATCH 1/1] amf: Fix errors reported by valgrind (cont) [#3331] This is the continous fix for valgrind report. The commit will fix memleak when trigger switch-over. --- src/amf/amfd/chkop.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amf/amfd/chkop.cc b/src/amf/amfd/chkop.cc index eb4ee628a..54028e98a 100644 --- a/src/amf/amfd/chkop.cc +++ b/src/amf/amfd/chkop.cc @@ -1279,6 +1279,7 @@ uint32_t avsv_dequeue_async_update_msgs(AVD_CL_CB *cb, bool pr_or_fr) { avd_dec_data_func_list[updt_msg->dec.i_reo_type](cb, &updt_msg->dec); } free_msg: + ncs_reset_uba(&updt_msg->dec.i_uba); delete updt_msg; } -- 2.17.1 _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
