[ovs-dev] [PATCH 4/4] test-ovsdb.c: fix memory leak reported by valgrind

Ben Pfaff blp at ovn.org
Mon Jan 11 16:50:35 UTC 2016


On Wed, Jan 06, 2016 at 10:49:38AM -0800, William Tu wrote:
> Test case 1205: generate and apply diff -- set -- size (ovsdb-data.at:827)
> Call stack:
>     ovsdb_error_valist (ovsdb-error.c:40)
>     ovsdb_error (ovsdb-error.c:55)
>     do_diff_data (test-ovsdb.c:427)
>     ovs_cmdl_run_command (command-line.c:121)
>     main (test-ovsdb.c:72)
> Fix by calling ovsdb_error_destroy() before ovs_fatal()
> 
> Signed-off-by: William Tu <u9012063 at gmail.com>

Applied, thanks!



More information about the dev mailing list