Re: [ovs-dev] [PATCH 3/4] ovsdb-client: Fix memory leaks

2018-01-22 Thread Ben Pfaff
On Fri, Jan 12, 2018 at 09:45:31AM -0800, Yifeng Sun wrote: > This two leaks are reported by valgrind (testing ovsdb-client > backup and restore): > > 890 (56 direct, 834 indirect) bytes in 1 blocks are definitely lost in loss > record 71 of 73 >by 0x42DE22: xcalloc (util.c:103)

[ovs-dev] [PATCH 3/4] ovsdb-client: Fix memory leaks

2018-01-12 Thread Yifeng Sun
This two leaks are reported by valgrind (testing ovsdb-client backup and restore): 890 (56 direct, 834 indirect) bytes in 1 blocks are definitely lost in loss record 71 of 73 by 0x42DE22: xcalloc (util.c:103) by 0x40DD8C: ovsdb_schema_create (ovsdb.c:34)