Merge "Camera: Fix map access"
This commit is contained in:
@@ -354,7 +354,7 @@ public class FrameManager {
|
||||
assertNotRunning();
|
||||
FrameSlot slot = getSlot(name);
|
||||
slot.releaseFrame();
|
||||
mFrameSlots.remove(slot);
|
||||
mFrameSlots.remove(name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user