summaryrefslogtreecommitdiffstats
path: root/src/expression.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expression.c')
-rw-r--r--src/expression.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expression.c b/src/expression.c
index 8cf3f621..71154cc6 100644
--- a/src/expression.c
+++ b/src/expression.c
@@ -156,7 +156,7 @@ static void verdict_expr_clone(struct expr *new, const struct expr *expr)
static void verdict_expr_destroy(struct expr *expr)
{
- xfree(expr->chain);
+ xfree(expr->chain);
}
static const struct expr_ops verdict_expr_ops = {