diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-15 12:42:08 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-15 12:42:08 +0000 |
| commit | e74aab16f039c3f3604f41d88ebb8694e9972cdf (patch) | |
| tree | 594240970acccdc746806648c005afaf13786ce2 /lib | |
| parent | f0f30b07354683b86bcb10d510f54f459fa8ca37 (diff) | |
| download | enigma2-e74aab16f039c3f3604f41d88ebb8694e9972cdf.tar.gz enigma2-e74aab16f039c3f3604f41d88ebb8694e9972cdf.zip | |
fix small memleak
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index 0c18e4f6..85c18794 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -908,6 +908,7 @@ eDVBCISlot::eDVBCISlot(eMainloop *context, int nr) eDVBCISlot::~eDVBCISlot() { + delete notifier; } void eDVBCISlot::setAppManager( eDVBCIApplicationManagerSession *session ) |
