mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
zapit: bouquets fix closedir
This commit is contained in:
@@ -1424,6 +1424,7 @@ void CBouquetManager::readEPGMapping()
|
|||||||
if ((f.compare("epgmap.xml") == 0) || (f.find(".epgmap") != std::string::npos))
|
if ((f.compare("epgmap.xml") == 0) || (f.find(".epgmap") != std::string::npos))
|
||||||
epgmaps.push_back((*it) + "/" + f);
|
epgmaps.push_back((*it) + "/" + f);
|
||||||
}
|
}
|
||||||
|
closedir(dp);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (std::list<std::string>::iterator it = epgmaps.begin(); it != epgmaps.end(); ++it)
|
for (std::list<std::string>::iterator it = epgmaps.begin(); it != epgmaps.end(); ++it)
|
||||||
|
Reference in New Issue
Block a user