2017-05-04 14:48 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/compiler/hbcomp.c
! restored protection against multiple free of the same expression
I removed by mistake in one of my recent commits.
This commit is contained in:
@@ -82,6 +82,8 @@ static void hb_compExprDealloc( HB_COMP_DECL, PHB_EXPR pExpr )
|
||||
}
|
||||
hb_xfree( pExpItm );
|
||||
}
|
||||
else
|
||||
pExpr->ExprType = HB_ET_NONE;
|
||||
}
|
||||
|
||||
static PHB_EXPR hb_compExprNew( HB_COMP_DECL, HB_EXPRTYPE iType )
|
||||
|
||||
Reference in New Issue
Block a user