disable debug output
[enigma2.git] / lib / dvb_ci / dvbci.cpp
index 0c18e4f62079f97e0b00c67136991b8f22cef688..85c18794209c367892e71c53636ee0a146fcaccf 100644 (file)
@@ -908,6 +908,7 @@ eDVBCISlot::eDVBCISlot(eMainloop *context, int nr)
 
 eDVBCISlot::~eDVBCISlot()
 {
+       delete notifier;
 }
 
 void eDVBCISlot::setAppManager( eDVBCIApplicationManagerSession *session )