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)                                   
>    by 0x40DD8C: ovsdb_schema_create (ovsdb.c:34)                       
>    by 0x40E0B5: ovsdb_schema_from_json (ovsdb.c:196)                   
>    by 0x406DA5: fetch_schema (ovsdb-client.c:415)                      
>    by 0x408478: do_restore (ovsdb-client.c:1595)                       
>    by 0x405BCD: main (ovsdb-client.c:170)                              
> 
> 2,688 (88 direct, 2,600 indirect) bytes in 1 blocks are definitely lost in 
> loss record 73 of 73
>    by 0x42DE84: xmalloc (util.c:120)                                   
>    by 0x40E61F: ovsdb_create (ovsdb.c:329)                             
>    by 0x40BA22: ovsdb_file_open__ (file.c:201)                         
>    by 0x40845A: do_restore (ovsdb-client.c:1592)                       
>    by 0x405BCD: main (ovsdb-client.c:170)   
> 
> Signed-off-by: Yifeng Sun <pkusunyif...@gmail.com>

Thanks, applied to master and branch-2.9.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to