[ovs-git] Open vSwitch: ovsdb-idlc: Fix memory leak in "optional bool" columns. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 23 17:18:33 UTC 2012


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  f7f53d381d2c271185357682741e833d67d5508d (commit)
      from  f67f13545ebe61e02dc3aee98b60dc362f96946c (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 f7f53d381d2c271185357682741e833d67d5508d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f7f53d381d2c271185357682741e833d67d5508d
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-idlc: Fix memory leak in "optional bool" columns.
		
Commit 1bf2c9096858 (idl: Generalize special case boolean exception.)
changed the IDL to do dynamic allocation with (x)malloc() for optional
booleans, but it didn't add the corresponding calls to free().  This
commit fixes the problem.

Bug #10357.
Reported-by: Paul Ingram <paul at nicira.com>
Reported-by: Krishna Miriyala <krishna at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ovsdb/ovsdb-idlc.in |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list