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 21:54:43 +0000 (14:54 -0700)
commite787d2f427266b774f67a8f5d5c45e12cbc1687a
treea1160f045d1f2fdadbaa438acfcf137f51337912
parent28debff598c34799df058f651ed8eb09f56ef00d
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