[ovs-git] [openvswitch/ovs] 401aa9: ofproto: Fix memory leak in flow deletion.

GitHub noreply at github.com
Mon May 18 17:28:40 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 401aa90e33befe59f47c48a21221613149bf811e
      https://github.com/openvswitch/ovs/commit/401aa90e33befe59f47c48a21221613149bf811e
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M ofproto/ofproto.c

  Log Message:
  -----------
  ofproto: Fix memory leak in flow deletion.

Fix a memory leak that was introduced in commit 834fe5cb997b (ofproto:
Additional simplifications.).  We used to unref the flow
asynchronously, but forgot to do it when the support for asynchronous
operations was removed.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list