]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-monitor: Fix valgrind 'possible loss' warnings.
authorJoe Stringer <joe@ovn.org>
Fri, 9 Sep 2016 20:48:52 +0000 (13:48 -0700)
committerJoe Stringer <joe@ovn.org>
Mon, 12 Sep 2016 18:05:01 +0000 (11:05 -0700)
commitad376c93032c5960392efc3192e2a0852bd16462
tree21a70c96e3870004412ae4f21b3bb663770cd6f5
parent0720377c902ea210619794004aa455ca0d1332fb
ovsdb-monitor: Fix valgrind 'possible loss' warnings.

By placing these nodes at the start of their respective structures,
several "possibly lost" warnings from valgrind are silenced.

Fixes: 60e0cd041958 ("ovsdb: Replication usability improvements")
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovsdb/jsonrpc-server.c
ovsdb/monitor.c