use eDebug instead of printf
[vuplus_dvbapp] / lib / dvb / metaparser.cpp
index aadc0bc..7d671ad 100644 (file)
@@ -108,6 +108,7 @@ int eDVBMetaParser::parseRecordings(const std::string &filename)
                        m_name = description;
                        m_description = "";
                        m_time_create = 0;
+                       fclose(f);
                        return 0;
                }
        }