[ovs-git] [openvswitch/ovs] a1cd27: ofproto-dpif: Fix memory leak of mirrors in bundle...

GitHub noreply at github.com
Thu Jan 22 05:11:33 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: a1cd27a4407460adef7baef5933af9a72ce85fc5
      https://github.com/openvswitch/ovs/commit/a1cd27a4407460adef7baef5933af9a72ce85fc5
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M AUTHORS
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Fix memory leak of mirrors in bundle_destroy().

The mirrors are added in bundle_set() with 'bundle' as aux so they must
be removed with the same aux, but the call used 'bundle->aux' instead.

Reported-by: Sabyasachi Sengupta <Sabyasachi.Sengupta at alcatel-lucent.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list