Re: [devel] [PATCH 1/1] mds: fix memleak in code and test [#1860]

2019-11-20 Thread Minh Hon Chau
Hi Thuan ack (review only) Thanks Minh On 19/11/19 5:49 pm, thuan.tran wrote: --- src/mds/apitest/mdstipc.h | 2 +- src/mds/apitest/mdstipc_api.c | 134 +++-- src/mds/apitest/mdstipc_conf.c | 9 ++- src/mds/mds_c_sndrcv.c | 1 +

[devel] [PATCH 1/1] mds: fix memleak in code and test [#1860]

2019-11-18 Thread thuan.tran
--- src/mds/apitest/mdstipc.h | 2 +- src/mds/apitest/mdstipc_api.c | 134 +++-- src/mds/apitest/mdstipc_conf.c | 9 ++- src/mds/mds_c_sndrcv.c | 1 + src/mds/mds_tipc_fctrl_intf.cc | 4 +- 5 files changed, 88 insertions(+), 62 deletions(-) diff