Commit 3e2b05b0 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8274 from abratchik:mser.brisk.3.0.0-rc1

parents aa520495 276e47af
...@@ -293,7 +293,7 @@ void CvCaptureCAM::stopCaptureDevice() { ...@@ -293,7 +293,7 @@ void CvCaptureCAM::stopCaptureDevice() {
[mCaptureSession release]; [mCaptureSession release];
[mCaptureDeviceInput release]; [mCaptureDeviceInput release];
[mCaptureDevice release]; // [mCaptureDevice release]; fix #7833
[mCaptureVideoDataOutput release]; [mCaptureVideoDataOutput release];
[mCapture release]; [mCapture release];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment