fix small memleak
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 15 Nov 2007 12:42:08 +0000 (12:42 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 15 Nov 2007 12:42:08 +0000 (12:42 +0000)
lib/dvb_ci/dvbci.cpp

index 0c18e4f..85c1879 100644 (file)
@@ -908,6 +908,7 @@ eDVBCISlot::eDVBCISlot(eMainloop *context, int nr)
 
 eDVBCISlot::~eDVBCISlot()
 {
+       delete notifier;
 }
 
 void eDVBCISlot::setAppManager( eDVBCIApplicationManagerSession *session )