Testcase 1728: ovn -- 5-term mixed expression normalization
Call stack:
sset_add__ (sset.c:53)
crush_and_string (expr.c:1725)
crush_cmps (expr.c:1998)
expr_sort (expr.c:2050)
expr_normalize_and (expr.c:2085)
Signed-off-by: William Tu <[email protected]>
Signed-off-by: Daniele Di Proietto <[email protected]>
Co-authored-by: Daniele Di Proietto <[email protected]>
---
ovn/lib/expr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c
index f30500e..316d557 100644
--- a/ovn/lib/expr.c
+++ b/ovn/lib/expr.c
@@ -1749,6 +1749,7 @@ crush_and_string(struct expr *expr, const struct
expr_symbol *symbol)
sub->cmp.string = xstrdup(string);
list_push_back(&expr->andor, &sub->node);
}
+ sset_destroy(&result);
return expr_fix(expr);
}
--
2.5.0
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev