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; stop = true;
mutex.unlock(); mutex.unlock();
emit stopRecording(); emit stopRecording();
ac::release_all_objects();
return; return;
} }
cv::Mat temp_frame; cv::Mat temp_frame;