Hi Calvin On 29/07/2022 00:02, Calvin Wan wrote:
diff --git a/transport.c b/transport.c index 52db7a3cb0..2d503e2fbd 100644 --- a/transport.c +++ b/transport.c
+ i = 0; + while (packet_reader_read(&reader) == PACKET_READ_NORMAL && i < args.oids->nr) { + struct string_list object_info_values = STRING_LIST_INIT_DUP;
I forget to say earlier that this is leaked Best Wishes Phillip