Skip to content

Commit 3e2b05b

Browse files
committed
Merge pull request opencv#8274 from abratchik:mser.brisk.3.0.0-rc1
2 parents aa52049 + 276e47a commit 3e2b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/videoio/src/cap_avfoundation_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ - (IplImage*)getOutput;
293293

294294
[mCaptureSession release];
295295
[mCaptureDeviceInput release];
296-
[mCaptureDevice release];
296+
// [mCaptureDevice release]; fix #7833
297297

298298
[mCaptureVideoDataOutput release];
299299
[mCapture release];

0 commit comments

Comments
 (0)