]> git.proxmox.com Git - mirror_ovs.git/commit - AUTHORS
ofproto-dpif: Fix memory leak of mirrors in bundle_destroy().
authorBen Pfaff <blp@nicira.com>
Thu, 22 Jan 2015 05:08:12 +0000 (21:08 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Jan 2015 05:09:56 +0000 (21:09 -0800)
commit679126501f95fd18f65a15b370f04b7db4b00c26
tree5d0ea30b16e199547730dab14b9959229df0e47d
parent70f07728ed0a2030d37bacd2618ff6161667e966
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@alcatel-lucent.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ofproto/ofproto-dpif.c