ChangeLog 2000-07-03 13:40 UTC+0100

This commit is contained in:
Ryszard Glab
2000-07-03 11:35:11 +00:00
parent 38411220a9
commit 3f5ff1c0f0
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2000-07-03 13:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*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 <rglab@imid.med.pl>
*include/hbpp.h

View File

@@ -115,6 +115,7 @@ void hb_memvarsRelease( void )
}
hb_xfree( s_globalTable );
s_globalTable = NULL;
}
if( s_privateStack )