lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)
[vuplus_dvbapp] / lib / base / rawfile.cpp
index d4c16d7..3a09e07 100644 (file)
@@ -7,7 +7,7 @@
 DEFINE_REF(eRawFile);
 
 eRawFile::eRawFile()
-       :m_lock(true)
+       :m_lock(false)
 {
        m_fd = -1;
        m_file = 0;