summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-10 18:05:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-10 18:05:24 +0200
commit1dbdee7c774dd20e4653efc6871ddef5adce2785 (patch)
tree2a8ac42118550992e2e342a951330e2ffb5fa332 /runtime/rule.c
parent0290be816e683a711fc3c3a73a2ec79b804cfc8b (diff)
downloadrsyslog-1dbdee7c774dd20e4653efc6871ddef5adce2785.tar.gz
rsyslog-1dbdee7c774dd20e4653efc6871ddef5adce2785.tar.xz
rsyslog-1dbdee7c774dd20e4653efc6871ddef5adce2785.zip
fixed a small memory leak...
and another problem, both introduced today. Also did some general cleanup.
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index fa56dc3b..c157242c 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -317,9 +317,6 @@ CODESTARTobjDestruct(rule)
}
llDestroy(&pThis->llActList);
- free(pThis);
-
- return RS_RET_OK;
ENDobjDestruct(rule)