mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
fix #7833
This commit is contained in:
parent
dcbed8d676
commit
276e47afae
@ -293,7 +293,7 @@ void CvCaptureCAM::stopCaptureDevice() {
|
||||
|
||||
[mCaptureSession release];
|
||||
[mCaptureDeviceInput release];
|
||||
[mCaptureDevice release];
|
||||
// [mCaptureDevice release]; fix #7833
|
||||
|
||||
[mCaptureVideoDataOutput release];
|
||||
[mCapture release];
|
||||
|
Loading…
Reference in New Issue
Block a user