1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Missing rm.done()

Change-Id: Ica2962eeb10d56a12dce7960106426a37429211d
This commit is contained in:
Marc Khouzam 2015-10-30 12:03:38 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 3eb8e4146f
commit 1551e5d787

View file

@ -728,6 +728,8 @@ public class StackFramesVMNode extends AbstractDMVMNode
}
})
);
} else {
rm.done();
}
}