Fixes: a98b700db617 ("ofproto: Add appctl command to show Datapath features")
Signed-off-by: Ilya Maximets <[email protected]>
---
ofproto/ofproto-dpif.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index c711b99c7..8143dd965 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -6535,6 +6535,7 @@ ofproto_unixctl_dpif_show_dp_features(struct unixctl_conn
*conn,
dpif_show_support(&ofproto->backer->bt_support, &ds);
unixctl_command_reply(conn, ds_cstr(&ds));
+ ds_destroy(&ds);
}
static void
--
2.31.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev