X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-idl.c;h=6118852487bfb61123848c94f18a54ea731a7eb7;hb=da157f1ef48b002b172fe4914679b8c483011bc4;hp=534beb02cf404d811228f0f9cedde95daff8202a;hpb=6a0a5bbbca747ef3b12bb6810cc5e16a5fd7068e;p=sliver-openvswitch.git diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c index 534beb02c..611885248 100644 --- a/lib/ovsdb-idl.c +++ b/lib/ovsdb-idl.c @@ -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); } }