2001-07-16 03:00 UTC-0800 Ron Pinkas <ron@profit-master.com>

* source/vm/hvm.c
     + Added call to hb_pp_Free() in hb_vmQuit() to release pp tables if loaded by macro evaluation.
This commit is contained in:
Ron Pinkas
2001-07-16 10:03:05 +00:00
parent 6c5369f4f8
commit 4454fbac5e
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-07-16 03:00 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
+ Added call to hb_pp_Free() in hb_vmQuit() to release pp tables if loaded by macro evaluation.
2001-07-16 02:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
* Few improvements to recent support for lists in macro expansion

View File

@@ -391,6 +391,7 @@ void hb_vmQuit( void )
{
hb_xfree( (void*) hb_vm_aiMacroListParameters );
}
hb_pp_Free();
s_uiActionRequest = 0; /* EXIT procedures should be processed */
hb_vmDoExitFunctions(); /* process defined EXIT functions */