X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.c;h=5ad3f5cd9a6e623b7de448d265777151db2d4764;hb=932f36ebdb5be9decb8e95befb3acd986c811185;hp=19ae16fe54d0282b6bf3ae249dea6cbbce60db8e;hpb=942d31c8626773b46d81c48191456dcb1d60aa17;p=openvswitch diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c index 19ae16fe..5ad3f5cd 100644 --- a/lib/ovsdb-idl.c +++ b/lib/ovsdb-idl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira Networks. +/* Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1718,6 +1718,7 @@ ovsdb_idl_txn_write(const struct ovsdb_idl_row *row_, size_t column_idx; if (ovsdb_idl_row_is_synthetic(row)) { + ovsdb_datum_destroy(datum, &column->type); return; }