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