ovsdb-client: Fix memory leaks in "monitor" command.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 22:09:41 +0000 (14:09 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:10 +0000 (15:21 -0800)
commitce7ebcdfd3568d664af30744b9fcf4b72155a466
tree84ebc2e5a402733f90fef6649798ae1bb499793d
parent0196cc159f54341d822b113b6fb12872b4bf1ed1
ovsdb-client: Fix memory leaks in "monitor" command.

This is a long-running command so it makes sense to free received messages.
Freeing the schema at exit is not essential but cleans up valgrind
output.

Found with valgrind.
ovsdb/ovsdb-client.c