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:
Przemysław Czerpak
2014-04-02 08:31:40 +02:00
parent 7349602fcb
commit 9aeaa964d6
2 changed files with 6 additions and 0 deletions

View File

@@ -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*()

View File

@@ -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();