]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().
authorBen Pfaff <blp@ovn.org>
Sun, 14 Aug 2016 00:37:54 +0000 (17:37 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 16 Aug 2016 00:10:21 +0000 (17:10 -0700)
commit5f3a48453240b42f43e67ae651315d960c890cec
tree9356c9b7ac9951c7087b32c181b0c279775a43b1
parent9aef3c1ba5f91a1f7ec6aab4ef1404ec81415d00
ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().

Both ovsdb_idl_condition_reset() and ovsdb_idl_clause_free() call
ovs_list_remove() on the clause's 'node' member, but it should only be
called once.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
lib/ovsdb-idl.c