On Wed, Apr 26, 2017 at 06:21:34PM +0200, Timothy M. Redaelli wrote: > On 04/24/2017 06:30 PM, Ben Pfaff wrote: > > On Fri, Apr 07, 2017 at 02:43:42PM -0700, Yi-Hung Wei wrote: > >> In testcase "simple idl, conditional, multiple clauses in condition - C", > >> valgrind reports a memory leak with the following call stack. > >> xmalloc (util.c:112) > >> resize (hmap.c:100) > >> ovsdb_idl_condition_clone (ovsdb-idl.c:1075) > >> ovsdb_idl_set_condition (ovsdb-idl.c:1095) > >> update_conditions (test-ovsdb.c:2299) > >> do_idl (test-ovsdb.c:2388) > >> ovs_cmdl_run_command__ (command-line.c:115) > >> main (test-ovsdb.c:73) > >> > >> Signed-off-by: Yi-Hung Wei <[email protected]> > > > > Thanks, I applied this to master, branch-2.7, and branch-2.6. > > Hi, > unlucky this commit breaks build on branch-2.6 since the function > "ovsdb_idl_condition_destroy" was added in commit > 0164e367f5d8 ("ovsdb-idl: Change interface to conditional monitoring.") > and it's not available on branch 2.6.
Oops. Thanks for the report. For now, I reverted this from branch-2.6. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
