summaryrefslogtreecommitdiff
path: root/rotord/libavwrapper.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-15 16:43:08 +0100
committerTim Redfern <tim@herge.(none)>2013-07-15 16:43:08 +0100
commitfa9ec6ed48b78d17bd367a4838af36530a8a0347 (patch)
treedfb2d3ac017cc16cd9901e32abeb24ba862a787e /rotord/libavwrapper.cpp
parent6fe1b6e664f2a5d26e5ace7c7082169b656eef05 (diff)
one more deadlock
Diffstat (limited to 'rotord/libavwrapper.cpp')
-rwxr-xr-xrotord/libavwrapper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/libavwrapper.cpp b/rotord/libavwrapper.cpp
index f7b573f..a19e01a 100755
--- a/rotord/libavwrapper.cpp
+++ b/rotord/libavwrapper.cpp
@@ -1433,6 +1433,7 @@ bool libav::audioloader::setup(const std::string &filename){
{
av_free(frame);
std::cout << "Error opening the file" << std::endl;
+ mutex.unlock();
return false;
}
mutex.unlock();