diff --git a/ChangeLog.txt b/ChangeLog.txt index 1341c77bd8..b84929d850 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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*() diff --git a/src/vm/hashes.c b/src/vm/hashes.c index 539a82285e..76b8e949ec 100644 --- a/src/vm/hashes.c +++ b/src/vm/hashes.c @@ -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();