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 d29a6d0 commit e339cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ public void releaseResources() {
mStoppingPreview = false;
mPreviewActive = false;
mFocusing = false;
mDisplayOrientation = 0;
mCamera.release();
mDecoder.shutdown();
mCamera = null;
mCameraInfo = null;
mDecoder = null;
mPreviewSize = null;
mFrameSize = null;
mDisplayOrientation = 0;
}
}

Expand Down

0 comments on commit e339cf7

Please sign in to comment.