diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 570a60bdd1..87d4749085 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-07-03 13:40 UTC+0100 Ryszard Glab + + *source/vm/memvars.c + * the table of memvars is not checked for references from the GC + after all memvars are released + 2000-07-03 11:40 UTC+0100 Ryszard Glab *include/hbpp.h diff --git a/harbour/source/vm/memvars.c b/harbour/source/vm/memvars.c index d7fc15d083..92f3e376d6 100644 --- a/harbour/source/vm/memvars.c +++ b/harbour/source/vm/memvars.c @@ -115,6 +115,7 @@ void hb_memvarsRelease( void ) } hb_xfree( s_globalTable ); + s_globalTable = NULL; } if( s_privateStack )