flow: Use bit-mask for TTL match, instead of FWW_* flag.
[openvswitch] / lib / ovsdb-idl.c
index 534beb02cf404d811228f0f9cedde95daff8202a..6118852487bfb61123848c94f18a54ea731a7eb7 100644 (file)
@@ -230,6 +230,7 @@ ovsdb_idl_destroy(struct ovsdb_idl *idl)
         json_destroy(idl->monitor_request_id);
         free(idl->lock_name);
         json_destroy(idl->lock_request_id);
+        hmap_destroy(&idl->outstanding_txns);
         free(idl);
     }
 }