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:
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 ) {
|
||||
((AbstractCValue)fValue).reset();
|
||||
}
|
||||
fValue = null;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue