summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-12 18:52:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-12 18:52:32 +0200
commitc8324b3460a85d57ca1bcfa481168d566069a0d1 (patch)
tree38c6b1f6e2975923ffb56328ee9deba578bf8904 /runtime/rule.c
parent6dd21d2d633f5cc33bfcc4c101def87e14555d99 (diff)
downloadrsyslog-c8324b3460a85d57ca1bcfa481168d566069a0d1.tar.gz
rsyslog-c8324b3460a85d57ca1bcfa481168d566069a0d1.tar.bz2
rsyslog-c8324b3460a85d57ca1bcfa481168d566069a0d1.zip
milestone: regex is compiled from script based filter
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index 41cc9e4e..96bf2c2f 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -336,6 +336,7 @@ CODESTARTobjDestruct(rule)
if(pThis->f_filterData.prop.propName != NULL)
es_deleteStr(pThis->f_filterData.prop.propName);
}
+#warning: need to destroy expression based filter!
llDestroy(&pThis->llActList);
ENDobjDestruct(rule)