diff options
Diffstat (limited to 'rotord/libavwrapper.cpp')
| -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(); |
