summaryrefslogtreecommitdiff
path: root/ovn/lib/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/lib/expr.c')
-rw-r--r--ovn/lib/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c
index f30500e89..316d55701 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);
}