1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

reset the fValue to null for CExpressions

This commit is contained in:
Alain Magloire 2004-11-01 01:09:39 +00:00
parent 417fff8e3a
commit ab7f3e9bcf

View file

@ -131,6 +131,7 @@ public class CExpression extends CVariable implements IExpression {
if ( fValue instanceof AbstractCValue ) {
((AbstractCValue)fValue).reset();
}
fValue = null;
}
/* (non-Javadoc)