From 9f282e1aaae922a14ff2fdcc7ce4c1414db596c6 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 11 Nov 1999 10:30:20 +0000 Subject: [PATCH] *** empty log message *** --- harbour/source/vm/hvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index 4b1cd6649f..f02bdcbf50 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -231,6 +231,7 @@ void hb_vmInit( void ) /* initialize internal data structures */ s_aStatics.type = IT_NIL; + hb_stack.pItems = NULL; /* keep this here as it is used by fm.c */ hb_stack.Return.type = IT_NIL; hb_xinit();