forgot to release when loop broken by video ending

This commit is contained in:
lostjared
2018-12-27 18:52:04 -08:00
parent ad5ac8b2a6
commit a0d00f2187

View File

@@ -217,6 +217,7 @@ void Playback::run() {
stop = true;
mutex.unlock();
emit stopRecording();
ac::release_all_objects();
return;
}
cv::Mat temp_frame;