Re: [ovs-dev] [PATCH] ovsdb-idl: Fix memory leak in ovsdb_idl_destroy()

2018-04-04 Thread Ben Pfaff
On Wed, Apr 04, 2018 at 01:50:22PM -0700, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff Ignore this, Yifeng submitted the same thing earlier. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] ovsdb-idl: Fix memory leak in ovsdb_idl_destroy()

2018-04-04 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/ovsdb-idl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c index 11794a869fda..310995d9a1aa 100644 --- a/lib/ovsdb-idl.c +++ b/lib/ovsdb-idl.c @@ -517,6 +517,7 @@ ovsdb_idl_destroy(struct ovsdb_idl *idl)