[ovs-git] Open vSwitch: ofproto-dpif-upcall: Fix a memory leak. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Sep 24 23:20:56 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  ddeca9a44933e1f96938cca0dd2ab77b92dd2101 (commit)
      from  2e6d002d967ffe795cda2f8c2cca15d3592f411f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ddeca9a44933e1f96938cca0dd2ab77b92dd2101
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ddeca9a44933e1f96938cca0dd2ab77b92dd2101
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
ofproto-dpif-upcall: Fix a memory leak.
		
The "key" member in struct flow_miss refers to memory held by the "struct
upcall", hence the upcalls should be freed only after the flow misses are
processed by the main thread.

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


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif-upcall.c |   17 +++++++++++++----
 ofproto/ofproto-dpif-upcall.h |    5 +++++
 2 files changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list