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

GitHub noreply at github.com
Thu Jan 22 05:10:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 679126501f95fd18f65a15b370f04b7db4b00c26
      https://github.com/openvswitch/ovs/commit/679126501f95fd18f65a15b370f04b7db4b00c26
  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