mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 13:19:59 +01:00
forgot to release when loop broken by video ending
This commit is contained in:
@@ -217,6 +217,7 @@ void Playback::run() {
|
|||||||
stop = true;
|
stop = true;
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
emit stopRecording();
|
emit stopRecording();
|
||||||
|
ac::release_all_objects();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cv::Mat temp_frame;
|
cv::Mat temp_frame;
|
||||||
|
|||||||
Reference in New Issue
Block a user