test-ovsdb: Fix memory leak reported by valgrind.
authorWilliam Tu <u9012063@gmail.com>
Fri, 22 Jan 2016 21:04:50 +0000 (13:04 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 6 Feb 2016 00:08:06 +0000 (16:08 -0800)
commitdd7e1cbd1185491452dff36e81e318a8e69c2da6
tree946e0859174e50dd04815deaafa74bfad338f097
parent31a6d02983c60416ffe6e38adf0fff0326fdf677
test-ovsdb: Fix memory leak reported by valgrind.

Testcase 1311, 1312: Boolean-distinct queries on scalars, reports leak
below:
    xmalloc (util.c:112)
    do_query_distinct (test-ovsdb.c:1208)
    ovs_cmdl_run_command (command-line.c:121)
    main (test-ovsdb.c:72)

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/test-ovsdb.c