ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().
authorBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 21:02:57 +0000 (14:02 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 23:16:59 +0000 (16:16 -0700)
commit661b729bde9f6abdc0f746078f4364b26cf74e07
treece918c5435777f3254846a35016e8c1c22c18a1b
parent250fc5c1493f851fbb9ab2cabaa132525da147b4
ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().

This could cause a slow but steady memory leak in ovs-vswitchd.

Found by valgrind.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ovsdb-idl.c