Commit 276e47af authored by abratchik's avatar abratchik

fix #7833

parent dcbed8d6
...@@ -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