X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftransaction.c;h=08a8bc111eba4ef5311ec049548d82e52551266b;hb=8a984481b76e5f46a84eafdaa065a2984ea8d2fb;hp=23d5eebe184259fda228ea1dd71b4b1558a3e4c6;hpb=6910a6e6f25f7fe7adfd93c8405671e72d4d156b;p=openvswitch diff --git a/ovsdb/transaction.c b/ovsdb/transaction.c index 23d5eebe..08a8bc11 100644 --- a/ovsdb/transaction.c +++ b/ovsdb/transaction.c @@ -992,6 +992,7 @@ ovsdb_txn_table_destroy(struct ovsdb_txn_table *txn_table) for (i = 0; i < txn_table->table->schema->n_indexes; i++) { hmap_destroy(&txn_table->txn_indexes[i]); } + free(txn_table->txn_indexes); txn_table->table->txn_table = NULL; hmap_destroy(&txn_table->txn_rows);