mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Check if the list of variables doesn't exist.
This commit is contained in:
parent
a07d1424da
commit
a2d2f711a3
1 changed files with 2 additions and 0 deletions
|
@ -572,6 +572,8 @@ public class CStackFrame extends CDebugElement
|
|||
|
||||
protected void disposeAllVariables()
|
||||
{
|
||||
if ( fVariables == null )
|
||||
return;
|
||||
Iterator it = fVariables.iterator();
|
||||
while( it.hasNext() )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue