ovsdb-tool: Fix minor memory leak in "create".
authorBen Pfaff <blp@nicira.com>
Mon, 1 Feb 2010 22:33:29 +0000 (14:33 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:10 +0000 (15:21 -0800)
commit90cc40715368ded012349403a77fa05a441a9dae
tree6a98efe6ebfe58f7d6a3c63df57db4fd5fcdbc24
parentce7ebcdfd3568d664af30744b9fcf4b72155a466
ovsdb-tool: Fix minor memory leak in "create".

This leak is not important, since "ovsdb-tool create" is a short-running
command, but we might as well fix it.

Found with valgrind.
ovsdb/ovsdb-tool.c