Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Sep 19, 2017
1 parent 076e653 commit 88dcf01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public void releaseResources() {
if (mPreviewActive) {
stopPreview();
}
mInitialized = false;
mCamera.release();
mDecoder.shutdown();
mCamera = null;
Expand All @@ -231,7 +232,6 @@ public void releaseResources() {
mFrameSize = null;
mDisplayOrientation = 0;
mInitialization = false;
mInitialized = false;
mStoppingPreview = false;
mPreviewActive = false;
mFocusing = false;
Expand Down

0 comments on commit 88dcf01

Please sign in to comment.