mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Missing rm.done()
Change-Id: Ica2962eeb10d56a12dce7960106426a37429211d
This commit is contained in:
parent
3eb8e4146f
commit
1551e5d787
1 changed files with 2 additions and 0 deletions
|
@ -728,6 +728,8 @@ public class StackFramesVMNode extends AbstractDMVMNode
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
rm.done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue