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:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user