Merge "Camera: Fix map access"

am: 8796d95475

Change-Id: Ife74759ff109b1b885420db408e6a6e0c3bb1388
This commit is contained in:
Andreas Gampe
2018-03-06 19:45:39 +00:00
committed by android-build-merger

View File

@@ -354,7 +354,7 @@ public class FrameManager {
assertNotRunning();
FrameSlot slot = getSlot(name);
slot.releaseFrame();
mFrameSlots.remove(slot);
mFrameSlots.remove(name);
}
/**