Re: [ovs-dev] [PATCH 1/4] test-netflow.c: Fix memory leak reported by valgrind

2016-01-11 Thread Ben Pfaff
On Wed, Jan 06, 2016 at 10:49:35AM -0800, William Tu wrote: > Test case 890: ofproto-dpif - NetFlow flow expiration - IPv4 collector > Valgrind reports two leaks below: > unixctl_server_create (unixctl.c:250) > test_netflow_main (test-netflow.c:200) > ovstest_wrapper_test_netflow_main__

[ovs-dev] [PATCH 1/4] test-netflow.c: Fix memory leak reported by valgrind

2016-01-06 Thread William Tu
Test case 890: ofproto-dpif - NetFlow flow expiration - IPv4 collector Valgrind reports two leaks below: unixctl_server_create (unixctl.c:250) test_netflow_main (test-netflow.c:200) ovstest_wrapper_test_netflow_main__ (test-netflow.c:301) ovs_cmdl_run_command (command-line.c:121)