From 9aeaa964d65e5b7afe2231d541eea2c286eba620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Wed, 2 Apr 2014 08:31:40 +0200 Subject: [PATCH] 2014-04-02 08:31 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/hashes.c ! added missing HB_STACK_TLS_PRELOAD --- ChangeLog.txt | 4 ++++ src/vm/hashes.c | 2 ++ 2 files changed, 6 insertions(+) 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();