2014-01-04 20:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/hvm.c
! removed unused variable
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-01-04 20:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/vm/hvm.c
|
||||
! removed unused variable
|
||||
|
||||
2014-01-04 18:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/vm/hvm.c
|
||||
! release TSD handle in thread static destructors.
|
||||
|
||||
@@ -6477,8 +6477,6 @@ static void hb_vmTSVRefClear( void * value )
|
||||
{
|
||||
if( hb_xRefDec( value ) )
|
||||
{
|
||||
PHB_ITEM pItem;
|
||||
|
||||
if( HB_IS_COMPLEX( &( ( PHB_TSVREF ) value )->source ) )
|
||||
hb_itemClear( &( ( PHB_TSVREF ) value )->source );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user