diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-15 16:43:08 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-15 16:43:08 +0100 |
| commit | fa9ec6ed48b78d17bd367a4838af36530a8a0347 (patch) | |
| tree | dfb2d3ac017cc16cd9901e32abeb24ba862a787e | |
| parent | 6fe1b6e664f2a5d26e5ace7c7082169b656eef05 (diff) | |
one more deadlock
| -rwxr-xr-x | rotord/libavwrapper.cpp | 1 |
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(); |
