summaryrefslogtreecommitdiffstats
path: root/src/filter.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-05-06 14:59:46 -0300
committermongo <mongo@iomega>2016-05-06 14:59:46 -0300
commitae2606bfa49ca65a0e5ebe40d025328e56e18ebf (patch)
treed754d29f81f25fff09f2dc4760f5ff48af11edc1 /src/filter.c
parentaac40d577f60c835c97ccf8d240a6d647bd1d78b (diff)
added dep_graph
Diffstat (limited to 'src/filter.c')
-rw-r--r--src/filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.c b/src/filter.c
index fdf43bc..ac3f7b2 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -85,6 +85,7 @@ void enable_filters(struct ent * left, struct ent * right) {
results[r-minr+2] = 1; // this row does not eval to expression. we hide it. (1 = HIDDEN)!
i = howmany;
}
+ if (seval_result != NULL) free(seval_result);
}
}