Fixed HTTP menu destruction

This commit is contained in:
Frank Schmirler
2013-10-20 17:40:22 +02:00
parent dfc8339c9e
commit 5e5070edc0
3 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ cConnectionHTTP::~cConnectionHTTP()
{
delete m_Streamer;
delete m_RecPlayer;
delete m_MenuList;
}
bool cConnectionHTTP::CanAuthenticate(void)

View File

@@ -18,6 +18,7 @@ class cItemIterator
virtual const cString ItemRessource() const = 0;
virtual const char* Alang(int i) const = 0;
virtual const char* Dlang(int i) const = 0;
virtual ~cItemIterator() {};
};
class cRecordingsIterator: public cItemIterator