2014-04-02 08:31 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/hashes.c
! added missing HB_STACK_TLS_PRELOAD
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-04-02 08:31 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/vm/hashes.c
|
||||
! added missing HB_STACK_TLS_PRELOAD
|
||||
|
||||
2014-04-01 12:33 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filebuf.c
|
||||
! unlock HVM stack before locking local mutex and calling hb_fs*()
|
||||
|
||||
@@ -101,6 +101,8 @@ static HB_GARBAGE_FUNC( hb_hashGarbageRelease )
|
||||
|
||||
if( HB_IS_GCITEM( pKey ) && HB_IS_GCITEM( pVal ) )
|
||||
{
|
||||
HB_STACK_TLS_PRELOAD
|
||||
|
||||
hb_itemRawMove( hb_stackAllocItem(), pVal );
|
||||
hb_itemClear( pKey );
|
||||
hb_stackPop();
|
||||
|
||||
Reference in New Issue
Block a user