summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
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)