summaryrefslogtreecommitdiffstats
path: root/runtime/vm.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-03-13 12:52:53 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-03-13 12:52:53 +0100
commit2bb202f665df594286595e226251b3580b474a4d (patch)
treef2287bb7a0e44472a7273f80c421b9465aaae0f3 /runtime/vm.c
parentcdc8cf8d55f519066445ce3f9e899d092824a98e (diff)
downloadrsyslog-2bb202f665df594286595e226251b3580b474a4d.tar.gz
rsyslog-2bb202f665df594286595e226251b3580b474a4d.tar.xz
rsyslog-2bb202f665df594286595e226251b3580b474a4d.zip
bugfix: removed (newly introduced) memory leaks
Diffstat (limited to 'runtime/vm.c')
-rw-r--r--runtime/vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/vm.c b/runtime/vm.c
index 113a9d59..a25476c2 100644
--- a/runtime/vm.c
+++ b/runtime/vm.c
@@ -354,6 +354,7 @@ RUNLOG_VAR("%d", iStrlen);
} else
ABORT_FINALIZE(RS_RET_INVLD_FUNC);
PUSHRESULTop(operand1, iStrlen); // TODO: dummy, FIXME
+ var.Destruct(&numOperands); /* no longer needed */
finalize_it:
ENDop(FUNC_CALL)