Coverity #10722
---
 lib/table.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/table.c b/lib/table.c
index 86366d0..a503bcc 100644
--- a/lib/table.c
+++ b/lib/table.c
@@ -55,6 +55,7 @@ cell_to_text(struct cell *cell, const struct table_style 
*style)
                 } else {
                     cell->text = json_to_string(cell->json, JSSF_SORT);
                 }
+                ovsdb_error_destroy(error);
             }
         } else {
             cell->text = xstrdup("");
-- 
1.7.1


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev_openvswitch.org

Reply via email to