mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
reset the fValue to null for CExpressions
This commit is contained in:
parent
417fff8e3a
commit
ab7f3e9bcf
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ public class CExpression extends CVariable implements IExpression {
|
||||||
if ( fValue instanceof AbstractCValue ) {
|
if ( fValue instanceof AbstractCValue ) {
|
||||||
((AbstractCValue)fValue).reset();
|
((AbstractCValue)fValue).reset();
|
||||||
}
|
}
|
||||||
|
fValue = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue