Fixes: 4ea96698f667 ("Userspace datapath: Add fragmentation handling.")
Signed-off-by: Alexandra Rukomoinikova <[email protected]>
---
 lib/dpctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/dpctl.c b/lib/dpctl.c
index 074e73922..752168b5a 100644
--- a/lib/dpctl.c
+++ b/lib/dpctl.c
@@ -2641,6 +2641,7 @@ dpctl_ct_ipf_get_status(int argc, const char *argv[],
         } else {
             dpctl_error(dpctl_p, error,
                         "ipf status could not be retrieved");
+            dpif_close(dpif);
             return error;
         }
 
-- 
2.48.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to