[ovs-git] [openvswitch/ovs] 5f3a48: ovsdb-idl: Fix double-remove in ovsdb_idl_conditio...

GitHub noreply at github.com
Tue Aug 16 00:10:35 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 5f3a48453240b42f43e67ae651315d960c890cec
      https://github.com/openvswitch/ovs/commit/5f3a48453240b42f43e67ae651315d960c890cec
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M lib/ovsdb-idl.c

  Log Message:
  -----------
  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 at ovn.org>
Acked-by: Andy Zhou <azhou at ovn.org>




More information about the git mailing list